Html Css Color HEX #D219AD Deep Magenta

📋 copy color: '#D219AD'

red 210 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #D219AD

Tints of Deep Magenta #D219AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.13%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 51.47%
G = 6.13%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D219AD (or 0xD219AD) is known color: Deep Magenta. HEX triplet: D2, 19 and AD. RGB value is (210,25,173). Sum of RGB (Red+Green+Blue) = 210+25+173=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D219AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219AD is #2DE652. Grayscale: #606060. Windows color (decimal): -3008083 or 11344338. OLE color: 11344338.

HSL color Cylindrical-coordinate representation of color #D219AD: hue angle of 312º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219AD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 173 -
CMYK 0 0.88 0.18 0.18
HSL 312º 0.79% 0.46% -
HSV(B) 312º 0.88% 0.82% -
XYZ 34.47 17.41 41.08 -
YUV 97.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 210 25 173 0 0.88 0.18 0.18 312 0.79 0.46
Hex D2 19 AD 0 58 12 12 138 4F 2E
Octal 322 31 255 0 130 22 22 470 117 56
Binary 11010010 11001 10101101 0 1011000 10010 10010 100111000 1001111 101110

Color Harmonies of #D219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219AD

Black with #D219AD

Text Example


Text Example

White with #D219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219AD; }

 p { color: rgb(210,25,173); }

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

background-color css

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

 a { background-color: rgb(210,25,173); }

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

border-color css

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

 span { border-color: rgb(210,25,173); }

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