Html Css Color HEX #D80CBD Deep Magenta

📋 copy color: '#D80CBD'

red 216 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #D80CBD

Tints of Deep Magenta #D80CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 51.8%
G = 2.88%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D80CBD (or 0xD80CBD) is known color: Deep Magenta. HEX triplet: D8, 0C and BD. RGB value is (216,12,189). Sum of RGB (Red+Green+Blue) = 216+12+189=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CBD is #27F342. Grayscale: #5C5C5C. Windows color (decimal): -2618179 or 12389592. OLE color: 12389592.

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

Color convert

RGB 216 12 189 -
CMYK 0 0.94 0.12 0.15
HSL 307.94º 0.89% 0.45% -
HSV(B) 307.94º 0.94% 0.85% -
XYZ 37.64 18.54 49.74 -
YUV 93.17 182.09 215.61 -
System Red Green Blue C M Y K H S L
Decimal 216 12 189 0 0.94 0.12 0.15 307.94 0.89 0.45
Hex D8 C BD 0 5E C F 134 59 2D
Octal 330 14 275 0 136 14 17 464 131 55
Binary 11011000 1100 10111101 0 1011110 1100 1111 100110100 1011001 101101

Color Harmonies of #D80CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CBD

Black with #D80CBD

Text Example


Text Example

White with #D80CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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