Html Css Color HEX #D209AB Deep Magenta

📋 copy color: '#D209AB'

red 210 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #D209AB

Tints of Deep Magenta #D209AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 53.85%
G = 2.31%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D209AB (or 0xD209AB) is known color: Deep Magenta. HEX triplet: D2, 09 and AB. RGB value is (210,9,171). Sum of RGB (Red+Green+Blue) = 210+9+171=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D209AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D209AB is #2DF654. Grayscale: #575757. Windows color (decimal): -3012181 or 11209170. OLE color: 11209170.

HSL color Cylindrical-coordinate representation of color #D209AB: hue angle of 311.64º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209AB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 171 -
CMYK 0 0.96 0.19 0.18
HSL 311.64º 0.92% 0.43% -
HSV(B) 311.64º 0.96% 0.82% -
XYZ 34.03 16.84 39.98 -
YUV 87.57 175.09 215.33 -
System Red Green Blue C M Y K H S L
Decimal 210 9 171 0 0.96 0.19 0.18 311.64 0.92 0.43
Hex D2 9 AB 0 60 13 12 138 5C 2B
Octal 322 11 253 0 140 23 22 470 134 53
Binary 11010010 1001 10101011 0 1100000 10011 10010 100111000 1011100 101011

Color Harmonies of #D209AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209AB

Black with #D209AB

Text Example


Text Example

White with #D209AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209AB; }

 p { color: rgb(210,9,171); }

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

background-color css

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

 a { background-color: rgb(210,9,171); }

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

border-color css

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

 span { border-color: rgb(210,9,171); }

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