Html Css Color HEX #D820E4 Deep Magenta

📋 copy color: '#D820E4'

red 216 ◦ green 32 ◦ blue 228

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

Shades of Deep Magenta #D820E4

Tints of Deep Magenta #D820E4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.72%

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

R = 45.38%
G = 6.72%
B = 47.9%

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

#D820E4 (or 0xD820E4) is known color: Deep Magenta. HEX triplet: D8, 20 and E4. RGB value is (216,32,228). Sum of RGB (Red+Green+Blue) = 216+32+228=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #D820E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820E4 is #27DF1B. Grayscale: #6C6C6C. Windows color (decimal): -2613020 or 14950616. OLE color: 14950616.

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

Color convert

RGB 216 32 228 -
CMYK 0.05 0.86 0 0.11
HSL 296.33º 0.78% 0.51% -
HSV(B) 296.33º 0.86% 0.89% -
XYZ 42.84 21.23 75.24 -
YUV 109.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 216 32 228 0.05 0.86 0 0.11 296.33 0.78 0.51
Hex D8 20 E4 5 56 0 B 128 4E 33
Octal 330 40 344 5 126 0 13 450 116 63
Binary 11011000 100000 11100100 101 1010110 0 1011 100101000 1001110 110011

Color Harmonies of #D820E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820E4

Black with #D820E4

Text Example


Text Example

White with #D820E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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