Html Css Color HEX #D80FDD Deep Magenta

📋 copy color: '#D80FDD'

red 216 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #D80FDD

Tints of Deep Magenta #D80FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 47.79%
G = 3.32%
B = 48.89%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80FDD (or 0xD80FDD) is known color: Deep Magenta. HEX triplet: D8, 0F and DD. RGB value is (216,15,221). Sum of RGB (Red+Green+Blue) = 216+15+221=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FDD is #27F022. Grayscale: #616161. Windows color (decimal): -2617379 or 14487512. OLE color: 14487512.

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

Color convert

RGB 216 15 221 -
CMYK 0.02 0.93 0 0.13
HSL 298.54º 0.87% 0.46% -
HSV(B) 298.54º 0.93% 0.87% -
XYZ 41.54 20.16 70.11 -
YUV 98.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 216 15 221 0.02 0.93 0 0.13 298.54 0.87 0.46
Hex D8 F DD 2 5D 0 D 12B 57 2E
Octal 330 17 335 2 135 0 15 453 127 56
Binary 11011000 1111 11011101 10 1011101 0 1101 100101011 1010111 101110

Color Harmonies of #D80FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FDD

Black with #D80FDD

Text Example


Text Example

White with #D80FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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