#DB6193

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

Shades of Pale Violet Red #DB6193

Tints of Pale Violet Red #DB6193

Color information

#DB6193 (or 0xDB6193) is unknown color: approx Pale Violet Red. HEX triplet: DB, 61 and 93. RGB value is (219,97,147). Sum of RGB (Red+Green+Blue) = 219+97+147=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6193 is #249E6C. Grayscale: #8B8B8B. Windows color (decimal): -2399853 or 9658843. OLE color: 9658843.

HSL color Cylindrical-coordinate representation of color #DB6193: hue angle of 335.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6193 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB21997147-
CMYK00.560.330.14
HSL335.41º62.89%61.96%-
HSV(B)335.41º55.71%85.88%-
XYZ38.7525.7230.52-
YUV139.18132.42184.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=47.30%
G=20.95%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199714700.560.330.14335.4162.8961.96
HexDB619303821E14f3f3e
Octal33314122307041165177776
Binary1101101111000011001001101110001000011110101001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6193; }

 p { color: rgb(219,97,147); }

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

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

 a { background-color: rgb(219,97,147); }

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

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

 span { border-color: rgb(219,97,147); }

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