Html Css Color HEX #D824DC Deep Magenta

📋 copy color: '#D824DC'

red 216 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #D824DC

Tints of Deep Magenta #D824DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.63%

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

R = 45.76%
G = 7.63%
B = 46.61%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D824DC (or 0xD824DC) is known color: Deep Magenta. HEX triplet: D8, 24 and DC. RGB value is (216,36,220). Sum of RGB (Red+Green+Blue) = 216+36+220=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #D824DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824DC is #27DB23. Grayscale: #6E6E6E. Windows color (decimal): -2612004 or 14427352. OLE color: 14427352.

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

Color convert

RGB 216 36 220 -
CMYK 0.02 0.84 0 0.14
HSL 298.7º 0.72% 0.5% -
HSV(B) 298.7º 0.84% 0.86% -
XYZ 41.87 21.03 69.56 -
YUV 110.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 216 36 220 0.02 0.84 0 0.14 298.7 0.72 0.5
Hex D8 24 DC 2 54 0 E 12B 48 32
Octal 330 44 334 2 124 0 16 453 110 62
Binary 11011000 100100 11011100 10 1010100 0 1110 100101011 1001000 110010

Color Harmonies of #D824DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824DC

Black with #D824DC

Text Example


Text Example

White with #D824DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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