Html Css Color HEX #D000BB Deep Magenta

📋 copy color: '#D000BB'

red 208 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D000BB

Tints of Deep Magenta #D000BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.66%
G = 0%
B = 47.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D000BB (or 0xD000BB) is known color: Deep Magenta. HEX triplet: D0, 00 and BB. RGB value is (208,0,187). Sum of RGB (Red+Green+Blue) = 208+0+187=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D000BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000BB is #2FFF44. Grayscale: #525252. Windows color (decimal): -3145541 or 12255440. OLE color: 12255440.

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

Color convert

RGB 208 0 187 -
CMYK 0 1 0.10 0.18
HSL 306.06º 1% 0.41% -
HSV(B) 306.06º 1% 0.82% -
XYZ 34.98 17 48.45 -
YUV 83.51 186.41 216.79 -
System Red Green Blue C M Y K H S L
Decimal 208 0 187 0 1 0.10 0.18 306.06 1 0.41
Hex D0 0 BB 0 64 A 12 132 64 29
Octal 320 0 273 0 144 12 22 462 144 51
Binary 11010000 0 10111011 0 1100100 1010 10010 100110010 1100100 101001

Color Harmonies of #D000BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000BB

Black with #D000BB

Text Example


Text Example

White with #D000BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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