Html Css Color HEX #D20EED Psychedelic Purple

📋 copy color: '#D20EED'

red 210 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #D20EED

Tints of Psychedelic Purple #D20EED

RGB

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

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

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

R = 45.55%
G = 3.04%
B = 51.41%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D20EED (or 0xD20EED) is known color: Psychedelic Purple. HEX triplet: D2, 0E and ED. RGB value is (210,14,237). Sum of RGB (Red+Green+Blue) = 210+14+237=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #D20EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EED is #2DF112. Grayscale: #616161. Windows color (decimal): -3010835 or 15535826. OLE color: 15535826.

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

Color convert

RGB 210 14 237 -
CMYK 0.11 0.94 0 0.07
HSL 292.74º 0.89% 0.49% -
HSV(B) 292.74º 0.94% 0.93% -
XYZ 42.02 20.13 81.79 -
YUV 98.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 210 14 237 0.11 0.94 0 0.07 292.74 0.89 0.49
Hex D2 E ED B 5E 0 7 125 59 31
Octal 322 16 355 13 136 0 7 445 131 61
Binary 11010010 1110 11101101 1011 1011110 0 111 100100101 1011001 110001

Color Harmonies of #D20EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EED

Black with #D20EED

Text Example


Text Example

White with #D20EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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