Html Css Color HEX #D80CDF Deep Magenta

📋 copy color: '#D80CDF'

red 216 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #D80CDF

Tints of Deep Magenta #D80CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 47.89%
G = 2.66%
B = 49.45%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80CDF (or 0xD80CDF) is known color: Deep Magenta. HEX triplet: D8, 0C and DF. RGB value is (216,12,223). Sum of RGB (Red+Green+Blue) = 216+12+223=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D80CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CDF is #27F320. Grayscale: #606060. Windows color (decimal): -2618145 or 14617816. OLE color: 14617816.

HSL color Cylindrical-coordinate representation of color #D80CDF: hue angle of 298.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CDF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 12 223 -
CMYK 0.03 0.95 0 0.13
HSL 298.01º 0.9% 0.46% -
HSV(B) 298.01º 0.95% 0.87% -
XYZ 41.77 20.19 71.51 -
YUV 97.05 199.09 212.84 -
System Red Green Blue C M Y K H S L
Decimal 216 12 223 0.03 0.95 0 0.13 298.01 0.9 0.46
Hex D8 C DF 3 5F 0 D 12A 5A 2E
Octal 330 14 337 3 137 0 15 452 132 56
Binary 11011000 1100 11011111 11 1011111 0 1101 100101010 1011010 101110

Color Harmonies of #D80CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CDF

Black with #D80CDF

Text Example


Text Example

White with #D80CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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