Html Css Color HEX #D80CBB Deep Magenta

📋 copy color: '#D80CBB'

red 216 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D80CBB

Tints of Deep Magenta #D80CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

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

R = 52.05%
G = 2.89%
B = 45.06%

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

#D80CBB (or 0xD80CBB) is known color: Deep Magenta. HEX triplet: D8, 0C and BB. RGB value is (216,12,187). Sum of RGB (Red+Green+Blue) = 216+12+187=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CBB is #27F344. Grayscale: #5C5C5C. Windows color (decimal): -2618181 or 12258520. OLE color: 12258520.

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

Color convert

RGB 216 12 187 -
CMYK 0 0.94 0.13 0.15
HSL 308.53º 0.89% 0.45% -
HSV(B) 308.53º 0.94% 0.85% -
XYZ 37.42 18.45 48.6 -
YUV 92.95 181.09 215.77 -
System Red Green Blue C M Y K H S L
Decimal 216 12 187 0 0.94 0.13 0.15 308.53 0.89 0.45
Hex D8 C BB 0 5E D F 135 59 2D
Octal 330 14 273 0 136 15 17 465 131 55
Binary 11011000 1100 10111011 0 1011110 1101 1111 100110101 1011001 101101

Color Harmonies of #D80CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CBB

Black with #D80CBB

Text Example


Text Example

White with #D80CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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