Html Css Color HEX #D21EEF Psychedelic Purple

📋 copy color: '#D21EEF'

red 210 ◦ green 30 ◦ blue 239

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

Shades of Psychedelic Purple #D21EEF

Tints of Psychedelic Purple #D21EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 43.84%
G = 6.26%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D21EEF (or 0xD21EEF) is known color: Psychedelic Purple. HEX triplet: D2, 1E and EF. RGB value is (210,30,239). Sum of RGB (Red+Green+Blue) = 210+30+239=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #D21EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EEF is #2DE110. Grayscale: #6A6A6A. Windows color (decimal): -3006737 or 15670994. OLE color: 15670994.

HSL color Cylindrical-coordinate representation of color #D21EEF: hue angle of 291.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EEF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 30 239 -
CMYK 0.12 0.87 0 0.06
HSL 291.67º 0.87% 0.53% -
HSV(B) 291.67º 0.87% 0.94% -
XYZ 42.62 20.86 83.44 -
YUV 107.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 210 30 239 0.12 0.87 0 0.06 291.67 0.87 0.53
Hex D2 1E EF C 57 0 6 124 57 35
Octal 322 36 357 14 127 0 6 444 127 65
Binary 11010010 11110 11101111 1100 1010111 0 110 100100100 1010111 110101

Color Harmonies of #D21EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EEF

Black with #D21EEF

Text Example


Text Example

White with #D21EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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