Html Css Color HEX #D80CDA Deep Magenta

📋 copy color: '#D80CDA'

red 216 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #D80CDA

Tints of Deep Magenta #D80CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 48.43%
G = 2.69%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D80CDA (or 0xD80CDA) is known color: Deep Magenta. HEX triplet: D8, 0C and DA. RGB value is (216,12,218). Sum of RGB (Red+Green+Blue) = 216+12+218=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D80CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CDA is #27F325. Grayscale: #5F5F5F. Windows color (decimal): -2618150 or 14290136. OLE color: 14290136.

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

Color convert

RGB 216 12 218 -
CMYK 0.01 0.94 0 0.15
HSL 299.42º 0.9% 0.45% -
HSV(B) 299.42º 0.94% 0.85% -
XYZ 41.11 19.92 68.01 -
YUV 96.48 196.59 213.25 -
System Red Green Blue C M Y K H S L
Decimal 216 12 218 0.01 0.94 0 0.15 299.42 0.9 0.45
Hex D8 C DA 1 5E 0 F 12B 5A 2D
Octal 330 14 332 1 136 0 17 453 132 55
Binary 11011000 1100 11011010 1 1011110 0 1111 100101011 1011010 101101

Color Harmonies of #D80CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CDA

Black with #D80CDA

Text Example


Text Example

White with #D80CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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