Html Css Color HEX #D000B6 Deep Magenta

📋 copy color: '#D000B6'

red 208 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #D000B6

Tints of Deep Magenta #D000B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 53.33%
G = 0%
B = 46.67%

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

#D000B6 (or 0xD000B6) is known color: Deep Magenta. HEX triplet: D0, 00 and B6. RGB value is (208,0,182). Sum of RGB (Red+Green+Blue) = 208+0+182=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D000B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000B6 is #2FFF49. Grayscale: #525252. Windows color (decimal): -3145546 or 11927760. OLE color: 11927760.

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

Color convert

RGB 208 0 182 -
CMYK 0 1 0.12 0.18
HSL 307.5º 1% 0.41% -
HSV(B) 307.5º 1% 0.82% -
XYZ 34.46 16.79 45.68 -
YUV 82.94 183.91 217.2 -
System Red Green Blue C M Y K H S L
Decimal 208 0 182 0 1 0.12 0.18 307.5 1 0.41
Hex D0 0 B6 0 64 C 12 134 64 29
Octal 320 0 266 0 144 14 22 464 144 51
Binary 11010000 0 10110110 0 1100100 1100 10010 100110100 1100100 101001

Color Harmonies of #D000B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000B6

Black with #D000B6

Text Example


Text Example

White with #D000B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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