#DB1198

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

Shades of Medium Violet Red #DB1198

Tints of Medium Violet Red #DB1198

Color information

#DB1198 (or 0xDB1198) is unknown color: approx Medium Violet Red. HEX triplet: DB, 11 and 98. RGB value is (219,17,152). Sum of RGB (Red+Green+Blue) = 219+17+152=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1198 is #24EE67. Grayscale: #5C5C5C. Windows color (decimal): -2420328 or 9966043. OLE color: 9966043.

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

Color convert

RGB21917152-
CMYK00.920.310.14
HSL319.9º85.59%46.27%-
HSV(B)319.9º92.24%85.88%-
XYZ35.0817.7331.28-
YUV92.79161.42218.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.44%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=56.44%
G=4.38%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191715200.920.310.14319.985.5946.27
HexDB119805C1FE140562e
Octal333212300134371650012656
Binary110110111000110011000010111001111111101010000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1198; }

 p { color: rgb(219,17,152); }

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

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

 a { background-color: rgb(219,17,152); }

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

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

 span { border-color: rgb(219,17,152); }

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