Html Css Color HEX #D80FCC Deep Magenta

📋 copy color: '#D80FCC'

red 216 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #D80FCC

Tints of Deep Magenta #D80FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.45%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 49.66%
G = 3.45%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D80FCC (or 0xD80FCC) is known color: Deep Magenta. HEX triplet: D8, 0F and CC. RGB value is (216,15,204). Sum of RGB (Red+Green+Blue) = 216+15+204=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FCC is #27F033. Grayscale: #606060. Windows color (decimal): -2617396 or 13373400. OLE color: 13373400.

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

Color convert

RGB 216 15 204 -
CMYK 0 0.93 0.06 0.15
HSL 303.58º 0.87% 0.45% -
HSV(B) 303.58º 0.93% 0.85% -
XYZ 39.39 19.3 58.78 -
YUV 96.65 188.59 213.13 -
System Red Green Blue C M Y K H S L
Decimal 216 15 204 0 0.93 0.06 0.15 303.58 0.87 0.45
Hex D8 F CC 0 5D 6 F 130 57 2D
Octal 330 17 314 0 135 6 17 460 127 55
Binary 11011000 1111 11001100 0 1011101 110 1111 100110000 1010111 101101

Color Harmonies of #D80FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FCC

Black with #D80FCC

Text Example


Text Example

White with #D80FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FCC; }

 p { color: rgb(216,15,204); }

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

background-color css

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

 a { background-color: rgb(216,15,204); }

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

border-color css

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

 span { border-color: rgb(216,15,204); }

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