Html Css Color HEX #D21EE9 Psychedelic Purple

📋 copy color: '#D21EE9'

red 210 ◦ green 30 ◦ blue 233

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

Shades of Psychedelic Purple #D21EE9

Tints of Psychedelic Purple #D21EE9

RGB

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

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

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

R = 44.4%
G = 6.34%
B = 49.26%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D21EE9 (or 0xD21EE9) is known color: Psychedelic Purple. HEX triplet: D2, 1E and E9. RGB value is (210,30,233). Sum of RGB (Red+Green+Blue) = 210+30+233=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #D21EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EE9 is #2DE116. Grayscale: #6A6A6A. Windows color (decimal): -3006743 or 15277778. OLE color: 15277778.

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

Color convert

RGB 210 30 233 -
CMYK 0.10 0.87 0 0.09
HSL 293.2º 0.82% 0.52% -
HSV(B) 293.2º 0.87% 0.91% -
XYZ 41.75 20.51 78.85 -
YUV 106.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 210 30 233 0.10 0.87 0 0.09 293.2 0.82 0.52
Hex D2 1E E9 A 57 0 9 125 52 34
Octal 322 36 351 12 127 0 11 445 122 64
Binary 11010010 11110 11101001 1010 1010111 0 1001 100100101 1010010 110100

Color Harmonies of #D21EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EE9

Black with #D21EE9

Text Example


Text Example

White with #D21EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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