Html Css Color HEX #D602ED Psychedelic Purple

📋 copy color: '#D602ED'

red 214 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #D602ED

Tints of Psychedelic Purple #D602ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 47.24%
G = 0.44%
B = 52.32%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D602ED (or 0xD602ED) is known color: Psychedelic Purple. HEX triplet: D6, 02 and ED. RGB value is (214,2,237). Sum of RGB (Red+Green+Blue) = 214+2+237=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D602ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602ED is #29FD12. Grayscale: #5B5B5B. Windows color (decimal): -2751763 or 15532758. OLE color: 15532758.

HSL color Cylindrical-coordinate representation of color #D602ED: hue angle of 294.13º 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 #D602ED is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 2 237 -
CMYK 0.10 0.99 0 0.07
HSL 294.13º 0.98% 0.47% -
HSV(B) 294.13º 0.99% 0.93% -
XYZ 43.04 20.45 81.8 -
YUV 92.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 214 2 237 0.10 0.99 0 0.07 294.13 0.98 0.47
Hex D6 2 ED A 63 0 7 126 62 2F
Octal 326 2 355 12 143 0 7 446 142 57
Binary 11010110 10 11101101 1010 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602ED

Black with #D602ED

Text Example


Text Example

White with #D602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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