Html Css Color HEX #D208AB Deep Magenta

📋 copy color: '#D208AB'

red 210 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #D208AB

Tints of Deep Magenta #D208AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

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

R = 53.98%
G = 2.06%
B = 43.96%

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

#D208AB (or 0xD208AB) is known color: Deep Magenta. HEX triplet: D2, 08 and AB. RGB value is (210,8,171). Sum of RGB (Red+Green+Blue) = 210+8+171=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D208AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D208AB is #2DF754. Grayscale: #565656. Windows color (decimal): -3012437 or 11208914. OLE color: 11208914.

HSL color Cylindrical-coordinate representation of color #D208AB: hue angle of 311.58º degrees, saturation: 0.93, 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 #D208AB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 171 -
CMYK 0 0.96 0.19 0.18
HSL 311.58º 0.93% 0.43% -
HSV(B) 311.58º 0.96% 0.82% -
XYZ 34.02 16.82 39.98 -
YUV 86.98 175.42 215.75 -
System Red Green Blue C M Y K H S L
Decimal 210 8 171 0 0.96 0.19 0.18 311.58 0.93 0.43
Hex D2 8 AB 0 60 13 12 138 5D 2B
Octal 322 10 253 0 140 23 22 470 135 53
Binary 11010010 1000 10101011 0 1100000 10011 10010 100111000 1011101 101011

Color Harmonies of #D208AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D208AB

Black with #D208AB

Text Example


Text Example

White with #D208AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D208AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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