Html Css Color HEX #D000B8 Deep Magenta

📋 copy color: '#D000B8'

red 208 ◦ green 0 ◦ blue 184

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

Shades of Deep Magenta #D000B8

Tints of Deep Magenta #D000B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.94%

R = 53.06%
G = 0%
B = 46.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D000B8 (or 0xD000B8) is known color: Deep Magenta. HEX triplet: D0, 00 and B8. RGB value is (208,0,184). Sum of RGB (Red+Green+Blue) = 208+0+184=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D000B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000B8 is #2FFF47. Grayscale: #525252. Windows color (decimal): -3145544 or 12058832. OLE color: 12058832.

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

Color convert

RGB 208 0 184 -
CMYK 0 1 0.12 0.18
HSL 306.92º 1% 0.41% -
HSV(B) 306.92º 1% 0.82% -
XYZ 34.66 16.87 46.78 -
YUV 83.17 184.91 217.04 -
System Red Green Blue C M Y K H S L
Decimal 208 0 184 0 1 0.12 0.18 306.92 1 0.41
Hex D0 0 B8 0 64 C 12 133 64 29
Octal 320 0 270 0 144 14 22 463 144 51
Binary 11010000 0 10111000 0 1100100 1100 10010 100110011 1100100 101001

Color Harmonies of #D000B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000B8

Black with #D000B8

Text Example


Text Example

White with #D000B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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