Html Css Color HEX #D80BBE Deep Magenta

📋 copy color: '#D80BBE'

red 216 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #D80BBE

Tints of Deep Magenta #D80BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 51.8%
G = 2.64%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D80BBE (or 0xD80BBE) is known color: Deep Magenta. HEX triplet: D8, 0B and BE. RGB value is (216,11,190). Sum of RGB (Red+Green+Blue) = 216+11+190=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BBE is #27F441. Grayscale: #5C5C5C. Windows color (decimal): -2618434 or 12454872. OLE color: 12454872.

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

Color convert

RGB 216 11 190 -
CMYK 0 0.95 0.12 0.15
HSL 307.61º 0.9% 0.45% -
HSV(B) 307.61º 0.95% 0.85% -
XYZ 37.73 18.56 50.31 -
YUV 92.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 216 11 190 0 0.95 0.12 0.15 307.61 0.9 0.45
Hex D8 B BE 0 5F C F 134 5A 2D
Octal 330 13 276 0 137 14 17 464 132 55
Binary 11011000 1011 10111110 0 1011111 1100 1111 100110100 1011010 101101

Color Harmonies of #D80BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BBE

Black with #D80BBE

Text Example


Text Example

White with #D80BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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