Html Css Color HEX #D80BDC Deep Magenta

📋 copy color: '#D80BDC'

red 216 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #D80BDC

Tints of Deep Magenta #D80BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 48.32%
G = 2.46%
B = 49.22%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D80BDC (or 0xD80BDC) is known color: Deep Magenta. HEX triplet: D8, 0B and DC. RGB value is (216,11,220). Sum of RGB (Red+Green+Blue) = 216+11+220=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D80BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BDC is #27F423. Grayscale: #5F5F5F. Windows color (decimal): -2618404 or 14420952. OLE color: 14420952.

HSL color Cylindrical-coordinate representation of color #D80BDC: hue angle of 298.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BDC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 11 220 -
CMYK 0.02 0.95 0 0.14
HSL 298.85º 0.9% 0.45% -
HSV(B) 298.85º 0.95% 0.86% -
XYZ 41.36 20.01 69.39 -
YUV 96.12 197.92 213.51 -
System Red Green Blue C M Y K H S L
Decimal 216 11 220 0.02 0.95 0 0.14 298.85 0.9 0.45
Hex D8 B DC 2 5F 0 E 12B 5A 2D
Octal 330 13 334 2 137 0 16 453 132 55
Binary 11011000 1011 11011100 10 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #D80BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BDC

Black with #D80BDC

Text Example


Text Example

White with #D80BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BDC; }

 p { color: rgb(216,11,220); }

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

background-color css

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

 a { background-color: rgb(216,11,220); }

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

border-color css

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

 span { border-color: rgb(216,11,220); }

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