Html Css Color HEX #D80DBB Deep Magenta

📋 copy color: '#D80DBB'

red 216 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #D80DBB

Tints of Deep Magenta #D80DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 51.92%
G = 3.13%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D80DBB (or 0xD80DBB) is known color: Deep Magenta. HEX triplet: D8, 0D and BB. RGB value is (216,13,187). Sum of RGB (Red+Green+Blue) = 216+13+187=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DBB is #27F244. Grayscale: #5D5D5D. Windows color (decimal): -2617925 or 12258776. OLE color: 12258776.

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

Color convert

RGB 216 13 187 -
CMYK 0 0.94 0.13 0.15
HSL 308.57º 0.89% 0.45% -
HSV(B) 308.57º 0.94% 0.85% -
XYZ 37.43 18.47 48.61 -
YUV 93.53 180.75 215.35 -
System Red Green Blue C M Y K H S L
Decimal 216 13 187 0 0.94 0.13 0.15 308.57 0.89 0.45
Hex D8 D BB 0 5E D F 135 59 2D
Octal 330 15 273 0 136 15 17 465 131 55
Binary 11011000 1101 10111011 0 1011110 1101 1111 100110101 1011001 101101

Color Harmonies of #D80DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DBB

Black with #D80DBB

Text Example


Text Example

White with #D80DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DBB; }

 p { color: rgb(216,13,187); }

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

background-color css

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

 a { background-color: rgb(216,13,187); }

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

border-color css

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

 span { border-color: rgb(216,13,187); }

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