Html Css Color HEX #D100BB Deep Magenta

📋 copy color: '#D100BB'

red 209 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D100BB

Tints of Deep Magenta #D100BB

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

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

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

R = 52.78%
G = 0%
B = 47.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D100BB (or 0xD100BB) is known color: Deep Magenta. HEX triplet: D1, 00 and BB. RGB value is (209,0,187). Sum of RGB (Red+Green+Blue) = 209+0+187=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D100BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100BB is #2EFF44. Grayscale: #535353. Windows color (decimal): -3080005 or 12255441. OLE color: 12255441.

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

Color convert

RGB 209 0 187 -
CMYK 0 1 0.11 0.18
HSL 306.32º 1% 0.41% -
HSV(B) 306.32º 1% 0.82% -
XYZ 35.26 17.14 48.46 -
YUV 83.81 186.24 217.29 -
System Red Green Blue C M Y K H S L
Decimal 209 0 187 0 1 0.11 0.18 306.32 1 0.41
Hex D1 0 BB 0 64 B 12 132 64 29
Octal 321 0 273 0 144 13 22 462 144 51
Binary 11010001 0 10111011 0 1100100 1011 10010 100110010 1100100 101001

Color Harmonies of #D100BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100BB

Black with #D100BB

Text Example


Text Example

White with #D100BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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