Html Css Color HEX #D821E4 Deep Magenta

📋 copy color: '#D821E4'

red 216 ◦ green 33 ◦ blue 228

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

Shades of Deep Magenta #D821E4

Tints of Deep Magenta #D821E4

RGB

 RED value IS 216 (84.77% from 255) = 45.28%

 GREEN value IS 33 (13.28% from 255) = 6.92%

 BLUE value IS 228 (89.45% from 255) = 47.8%

R = 45.28%
G = 6.92%
B = 47.8%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D821E4 (or 0xD821E4) is known color: Deep Magenta. HEX triplet: D8, 21 and E4. RGB value is (216,33,228). Sum of RGB (Red+Green+Blue) = 216+33+228=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #D821E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821E4 is #27DE1B. Grayscale: #6D6D6D. Windows color (decimal): -2612764 or 14950872. OLE color: 14950872.

HSL color Cylindrical-coordinate representation of color #D821E4: hue angle of 296.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D821E4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 33 228 -
CMYK 0.05 0.86 0 0.11
HSL 296.31º 0.78% 0.51% -
HSV(B) 296.31º 0.86% 0.89% -
XYZ 42.87 21.29 75.25 -
YUV 109.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 216 33 228 0.05 0.86 0 0.11 296.31 0.78 0.51
Hex D8 21 E4 5 56 0 B 128 4E 33
Octal 330 41 344 5 126 0 13 450 116 63
Binary 11011000 100001 11100100 101 1010110 0 1011 100101000 1001110 110011

Color Harmonies of #D821E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821E4

Black with #D821E4

Text Example


Text Example

White with #D821E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821E4; }

 p { color: rgb(216,33,228); }

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

background-color css

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

 a { background-color: rgb(216,33,228); }

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

border-color css

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

 span { border-color: rgb(216,33,228); }

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