Html Css Color HEX #D80CCA Deep Magenta

📋 copy color: '#D80CCA'

red 216 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #D80CCA

Tints of Deep Magenta #D80CCA

RGB

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

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

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

R = 50.23%
G = 2.79%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D80CCA (or 0xD80CCA) is known color: Deep Magenta. HEX triplet: D8, 0C and CA. RGB value is (216,12,202). Sum of RGB (Red+Green+Blue) = 216+12+202=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CCA is #27F335. Grayscale: #5E5E5E. Windows color (decimal): -2618166 or 13241560. OLE color: 13241560.

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

Color convert

RGB 216 12 202 -
CMYK 0 0.94 0.06 0.15
HSL 304.12º 0.89% 0.45% -
HSV(B) 304.12º 0.94% 0.85% -
XYZ 39.11 19.13 57.51 -
YUV 94.66 188.59 214.55 -
System Red Green Blue C M Y K H S L
Decimal 216 12 202 0 0.94 0.06 0.15 304.12 0.89 0.45
Hex D8 C CA 0 5E 6 F 130 59 2D
Octal 330 14 312 0 136 6 17 460 131 55
Binary 11011000 1100 11001010 0 1011110 110 1111 100110000 1011001 101101

Color Harmonies of #D80CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CCA

Black with #D80CCA

Text Example


Text Example

White with #D80CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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