Html Css Color HEX #D902E5 Psychedelic Purple

📋 copy color: '#D902E5'

red 217 ◦ green 2 ◦ blue 229

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

Shades of Psychedelic Purple #D902E5

Tints of Psychedelic Purple #D902E5

RGB

 RED value IS 217 (85.16% from 255) = 48.44%

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

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

R = 48.44%
G = 0.45%
B = 51.12%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D902E5 (or 0xD902E5) is known color: Psychedelic Purple. HEX triplet: D9, 02 and E5. RGB value is (217,2,229). Sum of RGB (Red+Green+Blue) = 217+2+229=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #D902E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902E5 is #26FD1A. Grayscale: #5B5B5B. Windows color (decimal): -2555163 or 15008473. OLE color: 15008473.

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

Color convert

RGB 217 2 229 -
CMYK 0.05 0.99 0 0.10
HSL 296.83º 0.98% 0.45% -
HSV(B) 296.83º 0.99% 0.9% -
XYZ 42.78 20.45 75.82 -
YUV 92.16 205.23 217.04 -
System Red Green Blue C M Y K H S L
Decimal 217 2 229 0.05 0.99 0 0.10 296.83 0.98 0.45
Hex D9 2 E5 5 63 0 A 129 62 2D
Octal 331 2 345 5 143 0 12 451 142 55
Binary 11011001 10 11100101 101 1100011 0 1010 100101001 1100010 101101

Color Harmonies of #D902E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D902E5

Black with #D902E5

Text Example


Text Example

White with #D902E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D902E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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