Html Css Color HEX #D602EC Psychedelic Purple

📋 copy color: '#D602EC'

red 214 ◦ green 2 ◦ blue 236

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

Shades of Psychedelic Purple #D602EC

Tints of Psychedelic Purple #D602EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 47.35%
G = 0.44%
B = 52.21%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D602EC (or 0xD602EC) is known color: Psychedelic Purple. HEX triplet: D6, 02 and EC. RGB value is (214,2,236). Sum of RGB (Red+Green+Blue) = 214+2+236=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #D602EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602EC is #29FD13. Grayscale: #5B5B5B. Windows color (decimal): -2751764 or 15467222. OLE color: 15467222.

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

Color convert

RGB 214 2 236 -
CMYK 0.09 0.99 0 0.07
HSL 294.36º 0.98% 0.47% -
HSV(B) 294.36º 0.99% 0.93% -
XYZ 42.89 20.4 81.03 -
YUV 92.06 209.24 214.97 -
System Red Green Blue C M Y K H S L
Decimal 214 2 236 0.09 0.99 0 0.07 294.36 0.98 0.47
Hex D6 2 EC 9 63 0 7 126 62 2F
Octal 326 2 354 11 143 0 7 446 142 57
Binary 11010110 10 11101100 1001 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D602EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602EC

Black with #D602EC

Text Example


Text Example

White with #D602EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602EC; }

 p { color: rgb(214,2,236); }

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

background-color css

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

 a { background-color: rgb(214,2,236); }

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

border-color css

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

 span { border-color: rgb(214,2,236); }

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