Html Css Color HEX #D824DB Deep Magenta

📋 copy color: '#D824DB'

red 216 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #D824DB

Tints of Deep Magenta #D824DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 45.86%
G = 7.64%
B = 46.5%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D824DB (or 0xD824DB) is known color: Deep Magenta. HEX triplet: D8, 24 and DB. RGB value is (216,36,219). Sum of RGB (Red+Green+Blue) = 216+36+219=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D824DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824DB is #27DB24. Grayscale: #6E6E6E. Windows color (decimal): -2612005 or 14361816. OLE color: 14361816.

HSL color Cylindrical-coordinate representation of color #D824DB: hue angle of 299.02º 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 #D824DB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 36 219 -
CMYK 0.01 0.84 0 0.14
HSL 299.02º 0.72% 0.5% -
HSV(B) 299.02º 0.84% 0.86% -
XYZ 41.74 20.98 68.87 -
YUV 110.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 216 36 219 0.01 0.84 0 0.14 299.02 0.72 0.5
Hex D8 24 DB 1 54 0 E 12B 48 32
Octal 330 44 333 1 124 0 16 453 110 62
Binary 11011000 100100 11011011 1 1010100 0 1110 100101011 1001000 110010

Color Harmonies of #D824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824DB

Black with #D824DB

Text Example


Text Example

White with #D824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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