#db1c97

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

Shades of Medium Violet Red #DB1C97

Tints of Medium Violet Red #DB1C97

Color information

#DB1C97 (or 0xDB1C97) is unknown color: approx Medium Violet Red. HEX triplet: DB, 1C and 97. RGB value is (219,28,151). Sum of RGB (Red+Green+Blue) = 219+28+151=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C97 is #24E368. Grayscale: #626262. Windows color (decimal): -2417513 or 9903323. OLE color: 9903323.

HSL color Cylindrical-coordinate representation of color #DB1C97: hue angle of 321.36º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C97 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB21928151-
CMYK00.870.310.14
HSL321.36º77.33%48.43%-
HSV(B)321.36º87.21%85.88%-
XYZ35.2118.1230.92-
YUV99.13157.28213.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 28 (11.33% from 255) = 7.04%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=55.03%
G=7.04%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192815100.870.310.14321.3677.3348.43
HexDB1C970571FE1414d30
Octal333342270127371650111560
Binary110110111110010010111010101111111111101010000011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db1c97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db1c97; }

 p { color: rgb(219,28,151); }

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

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

 a { background-color: rgb(219,28,151); }

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

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

 span { border-color: rgb(219,28,151); }

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