Html Css Color HEX #D008BB Deep Magenta

📋 copy color: '#D008BB'

red 208 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #D008BB

Tints of Deep Magenta #D008BB

RGB

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

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

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

R = 51.61%
G = 1.99%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D008BB (or 0xD008BB) is known color: Deep Magenta. HEX triplet: D0, 08 and BB. RGB value is (208,8,187). Sum of RGB (Red+Green+Blue) = 208+8+187=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D008BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008BB is #2FF744. Grayscale: #575757. Windows color (decimal): -3143493 or 12257488. OLE color: 12257488.

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

Color convert

RGB 208 8 187 -
CMYK 0 0.96 0.10 0.18
HSL 306.3º 0.93% 0.42% -
HSV(B) 306.3º 0.96% 0.82% -
XYZ 35.07 17.17 48.48 -
YUV 88.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 208 8 187 0 0.96 0.10 0.18 306.3 0.93 0.42
Hex D0 8 BB 0 60 A 12 132 5D 2A
Octal 320 10 273 0 140 12 22 462 135 52
Binary 11010000 1000 10111011 0 1100000 1010 10010 100110010 1011101 101010

Color Harmonies of #D008BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008BB

Black with #D008BB

Text Example


Text Example

White with #D008BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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