Html Css Color HEX #D21EED Psychedelic Purple

📋 copy color: '#D21EED'

red 210 ◦ green 30 ◦ blue 237

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

Shades of Psychedelic Purple #D21EED

Tints of Psychedelic Purple #D21EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

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

R = 44.03%
G = 6.29%
B = 49.69%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D21EED (or 0xD21EED) is known color: Psychedelic Purple. HEX triplet: D2, 1E and ED. RGB value is (210,30,237). Sum of RGB (Red+Green+Blue) = 210+30+237=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #D21EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EED is #2DE112. Grayscale: #6A6A6A. Windows color (decimal): -3006739 or 15539922. OLE color: 15539922.

HSL color Cylindrical-coordinate representation of color #D21EED: hue angle of 292.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EED is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 30 237 -
CMYK 0.11 0.87 0 0.07
HSL 292.17º 0.85% 0.52% -
HSV(B) 292.17º 0.87% 0.93% -
XYZ 42.33 20.74 81.89 -
YUV 107.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 210 30 237 0.11 0.87 0 0.07 292.17 0.85 0.52
Hex D2 1E ED B 57 0 7 124 55 34
Octal 322 36 355 13 127 0 7 444 125 64
Binary 11010010 11110 11101101 1011 1010111 0 111 100100100 1010101 110100

Color Harmonies of #D21EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EED

Black with #D21EED

Text Example


Text Example

White with #D21EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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