#d508f1

Color #D508F1 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D508F1

Tints of Psychedelic Purple #D508F1

Color information

#D508F1 (or 0xD508F1) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 08 and F1. RGB value is (213,8,241). Sum of RGB (Red+Green+Blue) = 213+8+241=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #D508F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508F1 is #2AF70E. Grayscale: #5F5F5F. Windows color (decimal): -2815759 or 15796437. OLE color: 15796437.

HSL color Cylindrical-coordinate representation of color #D508F1: hue angle of 292.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D508F1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2138241-
CMYK0.120.9700.05
HSL292.79º93.57%48.82%-
HSV(B)292.79º96.68%94.51%-
XYZ43.420.6784.92-
YUV95.86209.92211.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 8 (3.52% from 255) = 1.73%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=46.10%
G=1.73%
B=52.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21382410.120.9700.05292.7993.5748.82
HexD58F1C61051255e31
Octal32510361141410544513661
Binary110101011000111100011100110000101011001001011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d508f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d508f1; }

 p { color: rgb(213,8,241); }

 H1.HeaderClassName
 {
   color: #d508f1;
 }
 .AnyTagClassName
 {
   color: #d508f1;
 }
</style>
background-color css

<style>
 a { background-color: #d508f1; }

 a { background-color: rgb(213,8,241); }

 div.DivClassName
 {
   background-color: #d508f1;
 }
 .BgClassName
 {
   background-color: #d508f1;
 }
</style>
border-color css

<style>
 span { border-color: #d508f1; }

 span { border-color: rgb(213,8,241); }

 td.TdClassName
 {
   border-color: #d508f1;
 }
 .TagClassName
 {
   border-color: #d508f1;
 }
</style>