Html Css Color HEX #D000B9 Deep Magenta

📋 copy color: '#D000B9'

red 208 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #D000B9

Tints of Deep Magenta #D000B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 52.93%
G = 0%
B = 47.07%

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

#D000B9 (or 0xD000B9) is known color: Deep Magenta. HEX triplet: D0, 00 and B9. RGB value is (208,0,185). Sum of RGB (Red+Green+Blue) = 208+0+185=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D000B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000B9 is #2FFF46. Grayscale: #525252. Windows color (decimal): -3145543 or 12124368. OLE color: 12124368.

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

Color convert

RGB 208 0 185 -
CMYK 0 1 0.11 0.18
HSL 306.63º 1% 0.41% -
HSV(B) 306.63º 1% 0.82% -
XYZ 34.77 16.91 47.33 -
YUV 83.28 185.41 216.96 -
System Red Green Blue C M Y K H S L
Decimal 208 0 185 0 1 0.11 0.18 306.63 1 0.41
Hex D0 0 B9 0 64 B 12 133 64 29
Octal 320 0 271 0 144 13 22 463 144 51
Binary 11010000 0 10111001 0 1100100 1011 10010 100110011 1100100 101001

Color Harmonies of #D000B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000B9

Black with #D000B9

Text Example


Text Example

White with #D000B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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