Html Css Color HEX #D000B1 Deep Magenta

📋 copy color: '#D000B1'

red 208 ◦ green 0 ◦ blue 177

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

Shades of Deep Magenta #D000B1

Tints of Deep Magenta #D000B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 54.03%
G = 0%
B = 45.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D000B1 (or 0xD000B1) is known color: Deep Magenta. HEX triplet: D0, 00 and B1. RGB value is (208,0,177). Sum of RGB (Red+Green+Blue) = 208+0+177=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D000B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000B1 is #2FFF4E. Grayscale: #515151. Windows color (decimal): -3145551 or 11600080. OLE color: 11600080.

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

Color convert

RGB 208 0 177 -
CMYK 0 1 0.15 0.18
HSL 308.94º 1% 0.41% -
HSV(B) 308.94º 1% 0.82% -
XYZ 33.95 16.58 43.01 -
YUV 82.37 181.41 217.61 -
System Red Green Blue C M Y K H S L
Decimal 208 0 177 0 1 0.15 0.18 308.94 1 0.41
Hex D0 0 B1 0 64 F 12 135 64 29
Octal 320 0 261 0 144 17 22 465 144 51
Binary 11010000 0 10110001 0 1100100 1111 10010 100110101 1100100 101001

Color Harmonies of #D000B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000B1

Black with #D000B1

Text Example


Text Example

White with #D000B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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