Html Css Color HEX #D802ED Psychedelic Purple

📋 copy color: '#D802ED'

red 216 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #D802ED

Tints of Psychedelic Purple #D802ED

RGB

 RED value IS 216 (84.77% from 255) = 47.47%

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

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

R = 47.47%
G = 0.44%
B = 52.09%

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

#D802ED (or 0xD802ED) is known color: Psychedelic Purple. HEX triplet: D8, 02 and ED. RGB value is (216,2,237). Sum of RGB (Red+Green+Blue) = 216+2+237=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #D802ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802ED is #27FD12. Grayscale: #5C5C5C. Windows color (decimal): -2620691 or 15532760. OLE color: 15532760.

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

Color convert

RGB 216 2 237 -
CMYK 0.09 0.99 0 0.07
HSL 294.64º 0.98% 0.47% -
HSV(B) 294.64º 0.99% 0.93% -
XYZ 43.63 20.76 81.83 -
YUV 92.78 209.4 215.89 -
System Red Green Blue C M Y K H S L
Decimal 216 2 237 0.09 0.99 0 0.07 294.64 0.98 0.47
Hex D8 2 ED 9 63 0 7 127 62 2F
Octal 330 2 355 11 143 0 7 447 142 57
Binary 11011000 10 11101101 1001 1100011 0 111 100100111 1100010 101111

Color Harmonies of #D802ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802ED

Black with #D802ED

Text Example


Text Example

White with #D802ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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