Html Css Color HEX #D80BB8 Deep Magenta

📋 copy color: '#D80BB8'

red 216 ◦ green 11 ◦ blue 184

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

Shades of Deep Magenta #D80BB8

Tints of Deep Magenta #D80BB8

RGB

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

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

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

R = 52.55%
G = 2.68%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D80BB8 (or 0xD80BB8) is known color: Deep Magenta. HEX triplet: D8, 0B and B8. RGB value is (216,11,184). Sum of RGB (Red+Green+Blue) = 216+11+184=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BB8 is #27F447. Grayscale: #5B5B5B. Windows color (decimal): -2618440 or 12061656. OLE color: 12061656.

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

Color convert

RGB 216 11 184 -
CMYK 0 0.95 0.15 0.15
HSL 309.37º 0.9% 0.45% -
HSV(B) 309.37º 0.95% 0.85% -
XYZ 37.09 18.3 46.92 -
YUV 92.02 179.92 216.43 -
System Red Green Blue C M Y K H S L
Decimal 216 11 184 0 0.95 0.15 0.15 309.37 0.9 0.45
Hex D8 B B8 0 5F F F 135 5A 2D
Octal 330 13 270 0 137 17 17 465 132 55
Binary 11011000 1011 10111000 0 1011111 1111 1111 100110101 1011010 101101

Color Harmonies of #D80BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BB8

Black with #D80BB8

Text Example


Text Example

White with #D80BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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