Html Css Color HEX #D80BB5 Deep Magenta

📋 copy color: '#D80BB5'

red 216 ◦ green 11 ◦ blue 181

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

Shades of Deep Magenta #D80BB5

Tints of Deep Magenta #D80BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 52.94%
G = 2.7%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D80BB5 (or 0xD80BB5) is known color: Deep Magenta. HEX triplet: D8, 0B and B5. RGB value is (216,11,181). Sum of RGB (Red+Green+Blue) = 216+11+181=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BB5 is #27F44A. Grayscale: #5B5B5B. Windows color (decimal): -2618443 or 11865048. OLE color: 11865048.

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

Color convert

RGB 216 11 181 -
CMYK 0 0.95 0.16 0.15
HSL 310.24º 0.9% 0.45% -
HSV(B) 310.24º 0.95% 0.85% -
XYZ 36.78 18.17 45.29 -
YUV 91.68 178.42 216.68 -
System Red Green Blue C M Y K H S L
Decimal 216 11 181 0 0.95 0.16 0.15 310.24 0.9 0.45
Hex D8 B B5 0 5F 10 F 136 5A 2D
Octal 330 13 265 0 137 20 17 466 132 55
Binary 11011000 1011 10110101 0 1011111 10000 1111 100110110 1011010 101101

Color Harmonies of #D80BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BB5

Black with #D80BB5

Text Example


Text Example

White with #D80BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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