Html Css Color HEX #D605EB Psychedelic Purple

📋 copy color: '#D605EB'

red 214 ◦ green 5 ◦ blue 235

#D605EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D605EB

Tints of Psychedelic Purple #D605EB

RGB

 RED value IS 214 (83.98% from 255) = 47.14%

 GREEN value IS 5 (2.34% from 255) = 1.1%

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 47.14%
G = 1.1%
B = 51.76%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D605EB (or 0xD605EB) is known color: Psychedelic Purple. HEX triplet: D6, 05 and EB. RGB value is (214,5,235). Sum of RGB (Red+Green+Blue) = 214+5+235=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #D605EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D605EB is #29FA14. Grayscale: #5D5D5D. Windows color (decimal): -2750997 or 15402454. OLE color: 15402454.

HSL color Cylindrical-coordinate representation of color #D605EB: hue angle of 294.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605EB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 5 235 -
CMYK 0.09 0.98 0 0.08
HSL 294.52º 0.96% 0.47% -
HSV(B) 294.52º 0.98% 0.92% -
XYZ 42.78 20.4 80.28 -
YUV 93.71 207.74 213.8 -
System Red Green Blue C M Y K H S L
Decimal 214 5 235 0.09 0.98 0 0.08 294.52 0.96 0.47
Hex D6 5 EB 9 62 0 8 127 60 2F
Octal 326 5 353 11 142 0 10 447 140 57
Binary 11010110 101 11101011 1001 1100010 0 1000 100100111 1100000 101111

Color Harmonies of #D605EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605EB

Black with #D605EB

Text Example


Text Example

White with #D605EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605EB; }

 p { color: rgb(214,5,235); }

 H1.HeaderClassName
 {
   color: #D605EB;
 }
 .AnyTagClassName
 {
   color: #D605EB;
 }
</style>

background-color css

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

 a { background-color: rgb(214,5,235); }

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

border-color css

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

 span { border-color: rgb(214,5,235); }

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