Html Css Color HEX #D818DC Deep Magenta

📋 copy color: '#D818DC'

red 216 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #D818DC

Tints of Deep Magenta #D818DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.22%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 46.96%
G = 5.22%
B = 47.83%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D818DC (or 0xD818DC) is known color: Deep Magenta. HEX triplet: D8, 18 and DC. RGB value is (216,24,220). Sum of RGB (Red+Green+Blue) = 216+24+220=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #D818DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818DC is #27E723. Grayscale: #676767. Windows color (decimal): -2615076 or 14424280. OLE color: 14424280.

HSL color Cylindrical-coordinate representation of color #D818DC: hue angle of 298.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D818DC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 24 220 -
CMYK 0.02 0.89 0 0.14
HSL 298.78º 0.8% 0.48% -
HSV(B) 298.78º 0.89% 0.86% -
XYZ 41.56 20.42 69.46 -
YUV 103.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 216 24 220 0.02 0.89 0 0.14 298.78 0.8 0.48
Hex D8 18 DC 2 59 0 E 12B 50 30
Octal 330 30 334 2 131 0 16 453 120 60
Binary 11011000 11000 11011100 10 1011001 0 1110 100101011 1010000 110000

Color Harmonies of #D818DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818DC

Black with #D818DC

Text Example


Text Example

White with #D818DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818DC; }

 p { color: rgb(216,24,220); }

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

background-color css

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

 a { background-color: rgb(216,24,220); }

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

border-color css

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

 span { border-color: rgb(216,24,220); }

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