#DB0A84

Color #DB0A84 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DB0A84

Tints of Medium Violet Red #DB0A84

Color information

#DB0A84 (or 0xDB0A84) is unknown color: approx Medium Violet Red. HEX triplet: DB, 0A and 84. RGB value is (219,10,132). Sum of RGB (Red+Green+Blue) = 219+10+132=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0A84 is #24F57B. Grayscale: #565656. Windows color (decimal): -2422140 or 8653531. OLE color: 8653531.

HSL color Cylindrical-coordinate representation of color #DB0A84: hue angle of 324.98º degrees, saturation: 0.91, 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 #DB0A84 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB21910132-
CMYK00.950.400.14
HSL324.98º91.27%44.9%-
HSV(B)324.98º95.43%85.88%-
XYZ33.4916.9423.34-
YUV86.4153.74222.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.66%
GREEN value IS 10 (4.30% from 255) = 2.77%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=60.66%
G=2.77%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191013200.950.400.14324.9891.2744.9
HexDBA8405F28E1455b2d
Octal333122040137501650513355
Binary110110111010100001000101111110100011101010001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0A84; }

 p { color: rgb(219,10,132); }

 H1.HeaderClassName
 {
   color: #DB0A84;
 }
 .AnyTagClassName
 {
   color: #DB0A84;
 }
</style>
background-color css

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

 a { background-color: rgb(219,10,132); }

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

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

 span { border-color: rgb(219,10,132); }

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