Html Css Color HEX #D802E5 Psychedelic Purple

📋 copy color: '#D802E5'

red 216 ◦ green 2 ◦ blue 229

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

Shades of Psychedelic Purple #D802E5

Tints of Psychedelic Purple #D802E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.23%

R = 48.32%
G = 0.45%
B = 51.23%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D802E5 (or 0xD802E5) is known color: Psychedelic Purple. HEX triplet: D8, 02 and E5. RGB value is (216,2,229). Sum of RGB (Red+Green+Blue) = 216+2+229=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #D802E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802E5 is #27FD1A. Grayscale: #5B5B5B. Windows color (decimal): -2620699 or 15008472. OLE color: 15008472.

HSL color Cylindrical-coordinate representation of color #D802E5: hue angle of 296.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802E5 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 2 229 -
CMYK 0.06 0.99 0 0.10
HSL 296.56º 0.98% 0.45% -
HSV(B) 296.56º 0.99% 0.9% -
XYZ 42.48 20.3 75.81 -
YUV 91.86 205.4 216.54 -
System Red Green Blue C M Y K H S L
Decimal 216 2 229 0.06 0.99 0 0.10 296.56 0.98 0.45
Hex D8 2 E5 6 63 0 A 129 62 2D
Octal 330 2 345 6 143 0 12 451 142 55
Binary 11011000 10 11100101 110 1100011 0 1010 100101001 1100010 101101

Color Harmonies of #D802E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802E5

Black with #D802E5

Text Example


Text Example

White with #D802E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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