Html Css Color HEX #D100B0 Deep Magenta

📋 copy color: '#D100B0'

red 209 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #D100B0

Tints of Deep Magenta #D100B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D100B0 (or 0xD100B0) is known color: Deep Magenta. HEX triplet: D1, 00 and B0. RGB value is (209,0,176). Sum of RGB (Red+Green+Blue) = 209+0+176=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D100B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100B0 is #2EFF4F. Grayscale: #525252. Windows color (decimal): -3080016 or 11534545. OLE color: 11534545.

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

Color convert

RGB 209 0 176 -
CMYK 0 1 0.16 0.18
HSL 309.47º 1% 0.41% -
HSV(B) 309.47º 1% 0.82% -
XYZ 34.13 16.69 42.5 -
YUV 82.56 180.74 218.19 -
System Red Green Blue C M Y K H S L
Decimal 209 0 176 0 1 0.16 0.18 309.47 1 0.41
Hex D1 0 B0 0 64 10 12 135 64 29
Octal 321 0 260 0 144 20 22 465 144 51
Binary 11010001 0 10110000 0 1100100 10000 10010 100110101 1100100 101001

Color Harmonies of #D100B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100B0

Black with #D100B0

Text Example


Text Example

White with #D100B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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