Html Css Color HEX #D80BB3 Deep Magenta

📋 copy color: '#D80BB3'

red 216 ◦ green 11 ◦ blue 179

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

Shades of Deep Magenta #D80BB3

Tints of Deep Magenta #D80BB3

RGB

 RED value IS 216 (84.77% from 255) = 53.2%

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 53.2%
G = 2.71%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D80BB3 (or 0xD80BB3) is known color: Deep Magenta. HEX triplet: D8, 0B and B3. RGB value is (216,11,179). Sum of RGB (Red+Green+Blue) = 216+11+179=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BB3 is #27F44C. Grayscale: #5A5A5A. Windows color (decimal): -2618445 or 11733976. OLE color: 11733976.

HSL color Cylindrical-coordinate representation of color #D80BB3: hue angle of 310.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BB3 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 11 179 -
CMYK 0 0.95 0.17 0.15
HSL 310.83º 0.9% 0.45% -
HSV(B) 310.83º 0.95% 0.85% -
XYZ 36.58 18.09 44.21 -
YUV 91.45 177.42 216.84 -
System Red Green Blue C M Y K H S L
Decimal 216 11 179 0 0.95 0.17 0.15 310.83 0.9 0.45
Hex D8 B B3 0 5F 11 F 137 5A 2D
Octal 330 13 263 0 137 21 17 467 132 55
Binary 11011000 1011 10110011 0 1011111 10001 1111 100110111 1011010 101101

Color Harmonies of #D80BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BB3

Black with #D80BB3

Text Example


Text Example

White with #D80BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BB3; }

 p { color: rgb(216,11,179); }

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

background-color css

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

 a { background-color: rgb(216,11,179); }

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

border-color css

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

 span { border-color: rgb(216,11,179); }

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