Html Css Color HEX #D80CE0 Deep Magenta

📋 copy color: '#D80CE0'

red 216 ◦ green 12 ◦ blue 224

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

Shades of Deep Magenta #D80CE0

Tints of Deep Magenta #D80CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 47.79%
G = 2.65%
B = 49.56%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D80CE0 (or 0xD80CE0) is known color: Deep Magenta. HEX triplet: D8, 0C and E0. RGB value is (216,12,224). Sum of RGB (Red+Green+Blue) = 216+12+224=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #D80CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CE0 is #27F31F. Grayscale: #606060. Windows color (decimal): -2618144 or 14683352. OLE color: 14683352.

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

Color convert

RGB 216 12 224 -
CMYK 0.04 0.95 0 0.12
HSL 297.74º 0.9% 0.46% -
HSV(B) 297.74º 0.95% 0.88% -
XYZ 41.9 20.24 72.22 -
YUV 97.16 199.59 212.76 -
System Red Green Blue C M Y K H S L
Decimal 216 12 224 0.04 0.95 0 0.12 297.74 0.9 0.46
Hex D8 C E0 4 5F 0 C 12A 5A 2E
Octal 330 14 340 4 137 0 14 452 132 56
Binary 11011000 1100 11100000 100 1011111 0 1100 100101010 1011010 101110

Color Harmonies of #D80CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CE0

Black with #D80CE0

Text Example


Text Example

White with #D80CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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