Html Css Color HEX #D20EE9 Psychedelic Purple

📋 copy color: '#D20EE9'

red 210 ◦ green 14 ◦ blue 233

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

Shades of Psychedelic Purple #D20EE9

Tints of Psychedelic Purple #D20EE9

RGB

 RED value IS 210 (82.42% from 255) = 45.95%

 GREEN value IS 14 (5.86% from 255) = 3.06%

 BLUE value IS 233 (91.41% from 255) = 50.98%

R = 45.95%
G = 3.06%
B = 50.98%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D20EE9 (or 0xD20EE9) is known color: Psychedelic Purple. HEX triplet: D2, 0E and E9. RGB value is (210,14,233). Sum of RGB (Red+Green+Blue) = 210+14+233=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #D20EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EE9 is #2DF116. Grayscale: #606060. Windows color (decimal): -3010839 or 15273682. OLE color: 15273682.

HSL color Cylindrical-coordinate representation of color #D20EE9: hue angle of 293.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EE9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 14 233 -
CMYK 0.10 0.94 0 0.09
HSL 293.7º 0.89% 0.48% -
HSV(B) 293.7º 0.94% 0.91% -
XYZ 41.44 19.9 78.75 -
YUV 97.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 210 14 233 0.10 0.94 0 0.09 293.7 0.89 0.48
Hex D2 E E9 A 5E 0 9 126 59 30
Octal 322 16 351 12 136 0 11 446 131 60
Binary 11010010 1110 11101001 1010 1011110 0 1001 100100110 1011001 110000

Color Harmonies of #D20EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EE9

Black with #D20EE9

Text Example


Text Example

White with #D20EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EE9; }

 p { color: rgb(210,14,233); }

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

background-color css

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

 a { background-color: rgb(210,14,233); }

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

border-color css

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

 span { border-color: rgb(210,14,233); }

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