Html Css Color HEX #D20EEE Psychedelic Purple

📋 copy color: '#D20EEE'

red 210 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #D20EEE

Tints of Psychedelic Purple #D20EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 45.45%
G = 3.03%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D20EEE (or 0xD20EEE) is known color: Psychedelic Purple. HEX triplet: D2, 0E and EE. RGB value is (210,14,238). Sum of RGB (Red+Green+Blue) = 210+14+238=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #D20EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EEE is #2DF111. Grayscale: #616161. Windows color (decimal): -3010834 or 15601362. OLE color: 15601362.

HSL color Cylindrical-coordinate representation of color #D20EEE: hue angle of 292.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EEE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 14 238 -
CMYK 0.12 0.94 0 0.07
HSL 292.5º 0.89% 0.49% -
HSV(B) 292.5º 0.94% 0.93% -
XYZ 42.17 20.19 82.56 -
YUV 98.14 206.93 207.79 -
System Red Green Blue C M Y K H S L
Decimal 210 14 238 0.12 0.94 0 0.07 292.5 0.89 0.49
Hex D2 E EE C 5E 0 7 124 59 31
Octal 322 16 356 14 136 0 7 444 131 61
Binary 11010010 1110 11101110 1100 1011110 0 111 100100100 1011001 110001

Color Harmonies of #D20EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EEE

Black with #D20EEE

Text Example


Text Example

White with #D20EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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