Html Css Color HEX #D219AE Deep Magenta

📋 copy color: '#D219AE'

red 210 ◦ green 25 ◦ blue 174

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

Shades of Deep Magenta #D219AE

Tints of Deep Magenta #D219AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 51.34%
G = 6.11%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D219AE (or 0xD219AE) is known color: Deep Magenta. HEX triplet: D2, 19 and AE. RGB value is (210,25,174). Sum of RGB (Red+Green+Blue) = 210+25+174=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D219AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219AE is #2DE651. Grayscale: #606060. Windows color (decimal): -3008082 or 11409874. OLE color: 11409874.

HSL color Cylindrical-coordinate representation of color #D219AE: hue angle of 311.68º 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 #D219AE is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 174 -
CMYK 0 0.88 0.17 0.18
HSL 311.68º 0.79% 0.46% -
HSV(B) 311.68º 0.88% 0.82% -
XYZ 34.57 17.45 41.59 -
YUV 97.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 210 25 174 0 0.88 0.17 0.18 311.68 0.79 0.46
Hex D2 19 AE 0 58 11 12 138 4F 2E
Octal 322 31 256 0 130 21 22 470 117 56
Binary 11010010 11001 10101110 0 1011000 10001 10010 100111000 1001111 101110

Color Harmonies of #D219AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219AE

Black with #D219AE

Text Example


Text Example

White with #D219AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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