Html Css Color HEX #D006BB Deep Magenta

📋 copy color: '#D006BB'

red 208 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #D006BB

Tints of Deep Magenta #D006BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 51.87%
G = 1.5%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D006BB (or 0xD006BB) is known color: Deep Magenta. HEX triplet: D0, 06 and BB. RGB value is (208,6,187). Sum of RGB (Red+Green+Blue) = 208+6+187=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D006BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006BB is #2FF944. Grayscale: #565656. Windows color (decimal): -3144005 or 12256976. OLE color: 12256976.

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

Color convert

RGB 208 6 187 -
CMYK 0 0.97 0.10 0.18
HSL 306.24º 0.94% 0.42% -
HSV(B) 306.24º 0.97% 0.82% -
XYZ 35.05 17.13 48.47 -
YUV 87.03 184.42 214.28 -
System Red Green Blue C M Y K H S L
Decimal 208 6 187 0 0.97 0.10 0.18 306.24 0.94 0.42
Hex D0 6 BB 0 61 A 12 132 5E 2A
Octal 320 6 273 0 141 12 22 462 136 52
Binary 11010000 110 10111011 0 1100001 1010 10010 100110010 1011110 101010

Color Harmonies of #D006BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006BB

Black with #D006BB

Text Example


Text Example

White with #D006BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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