Html Css Color HEX #D224DB Deep Magenta

📋 copy color: '#D224DB'

red 210 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #D224DB

Tints of Deep Magenta #D224DB

RGB

 RED value IS 210 (82.42% from 255) = 45.16%

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

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

R = 45.16%
G = 7.74%
B = 47.1%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D224DB (or 0xD224DB) is known color: Deep Magenta. HEX triplet: D2, 24 and DB. RGB value is (210,36,219). Sum of RGB (Red+Green+Blue) = 210+36+219=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D224DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224DB is #2DDB24. Grayscale: #6C6C6C. Windows color (decimal): -3005221 or 14361810. OLE color: 14361810.

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

Color convert

RGB 210 36 219 -
CMYK 0.04 0.84 0 0.14
HSL 297.05º 0.72% 0.5% -
HSV(B) 297.05º 0.84% 0.86% -
XYZ 40 20.08 68.79 -
YUV 108.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 210 36 219 0.04 0.84 0 0.14 297.05 0.72 0.5
Hex D2 24 DB 4 54 0 E 129 48 32
Octal 322 44 333 4 124 0 16 451 110 62
Binary 11010010 100100 11011011 100 1010100 0 1110 100101001 1001000 110010

Color Harmonies of #D224DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224DB

Black with #D224DB

Text Example


Text Example

White with #D224DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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