Html Css Color HEX #D006B9 Deep Magenta

📋 copy color: '#D006B9'

red 208 ◦ green 6 ◦ blue 185

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

Shades of Deep Magenta #D006B9

Tints of Deep Magenta #D006B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 52.13%
G = 1.5%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D006B9 (or 0xD006B9) is known color: Deep Magenta. HEX triplet: D0, 06 and B9. RGB value is (208,6,185). Sum of RGB (Red+Green+Blue) = 208+6+185=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D006B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006B9 is #2FF946. Grayscale: #565656. Windows color (decimal): -3144007 or 12125904. OLE color: 12125904.

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

Color convert

RGB 208 6 185 -
CMYK 0 0.97 0.11 0.18
HSL 306.83º 0.94% 0.42% -
HSV(B) 306.83º 0.97% 0.82% -
XYZ 34.83 17.04 47.35 -
YUV 86.8 183.42 214.45 -
System Red Green Blue C M Y K H S L
Decimal 208 6 185 0 0.97 0.11 0.18 306.83 0.94 0.42
Hex D0 6 B9 0 61 B 12 133 5E 2A
Octal 320 6 271 0 141 13 22 463 136 52
Binary 11010000 110 10111001 0 1100001 1011 10010 100110011 1011110 101010

Color Harmonies of #D006B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006B9

Black with #D006B9

Text Example


Text Example

White with #D006B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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