Html Css Color HEX #D006AB Deep Magenta

📋 copy color: '#D006AB'

red 208 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #D006AB

Tints of Deep Magenta #D006AB

RGB

 RED value IS 208 (81.64% from 255) = 54.03%

 GREEN value IS 6 (2.73% from 255) = 1.56%

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

R = 54.03%
G = 1.56%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D006AB (or 0xD006AB) is known color: Deep Magenta. HEX triplet: D0, 06 and AB. RGB value is (208,6,171). Sum of RGB (Red+Green+Blue) = 208+6+171=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D006AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D006AB is #2FF954. Grayscale: #545454. Windows color (decimal): -3144021 or 11208400. OLE color: 11208400.

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

Color convert

RGB 208 6 171 -
CMYK 0 0.97 0.18 0.18
HSL 310.99º 0.94% 0.42% -
HSV(B) 310.99º 0.97% 0.82% -
XYZ 33.43 16.48 39.95 -
YUV 85.21 176.42 215.58 -
System Red Green Blue C M Y K H S L
Decimal 208 6 171 0 0.97 0.18 0.18 310.99 0.94 0.42
Hex D0 6 AB 0 61 12 12 137 5E 2A
Octal 320 6 253 0 141 22 22 467 136 52
Binary 11010000 110 10101011 0 1100001 10010 10010 100110111 1011110 101010

Color Harmonies of #D006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006AB

Black with #D006AB

Text Example


Text Example

White with #D006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006AB; }

 p { color: rgb(208,6,171); }

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

background-color css

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

 a { background-color: rgb(208,6,171); }

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

border-color css

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

 span { border-color: rgb(208,6,171); }

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