Html Css Color HEX #D80FCA Deep Magenta

📋 copy color: '#D80FCA'

red 216 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #D80FCA

Tints of Deep Magenta #D80FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 49.88%
G = 3.46%
B = 46.65%

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

#D80FCA (or 0xD80FCA) is known color: Deep Magenta. HEX triplet: D8, 0F and CA. RGB value is (216,15,202). Sum of RGB (Red+Green+Blue) = 216+15+202=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FCA is #27F035. Grayscale: #5F5F5F. Windows color (decimal): -2617398 or 13242328. OLE color: 13242328.

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

Color convert

RGB 216 15 202 -
CMYK 0 0.93 0.06 0.15
HSL 304.18º 0.87% 0.45% -
HSV(B) 304.18º 0.93% 0.85% -
XYZ 39.15 19.2 57.52 -
YUV 96.42 187.59 213.29 -
System Red Green Blue C M Y K H S L
Decimal 216 15 202 0 0.93 0.06 0.15 304.18 0.87 0.45
Hex D8 F CA 0 5D 6 F 130 57 2D
Octal 330 17 312 0 135 6 17 460 127 55
Binary 11011000 1111 11001010 0 1011101 110 1111 100110000 1010111 101101

Color Harmonies of #D80FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FCA

Black with #D80FCA

Text Example


Text Example

White with #D80FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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