Html Css Color HEX #D80FDE Deep Magenta

📋 copy color: '#D80FDE'

red 216 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #D80FDE

Tints of Deep Magenta #D80FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 47.68%
G = 3.31%
B = 49.01%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80FDE (or 0xD80FDE) is known color: Deep Magenta. HEX triplet: D8, 0F and DE. RGB value is (216,15,222). Sum of RGB (Red+Green+Blue) = 216+15+222=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D80FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FDE is #27F021. Grayscale: #626262. Windows color (decimal): -2617378 or 14553048. OLE color: 14553048.

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

Color convert

RGB 216 15 222 -
CMYK 0.03 0.93 0 0.13
HSL 298.26º 0.87% 0.46% -
HSV(B) 298.26º 0.93% 0.87% -
XYZ 41.67 20.21 70.81 -
YUV 98.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 216 15 222 0.03 0.93 0 0.13 298.26 0.87 0.46
Hex D8 F DE 3 5D 0 D 12A 57 2E
Octal 330 17 336 3 135 0 15 452 127 56
Binary 11011000 1111 11011110 11 1011101 0 1101 100101010 1010111 101110

Color Harmonies of #D80FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FDE

Black with #D80FDE

Text Example


Text Example

White with #D80FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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