#DB6093

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

Shades of Pale Violet Red #DB6093

Tints of Pale Violet Red #DB6093

Color information

#DB6093 (or 0xDB6093) is unknown color: approx Pale Violet Red. HEX triplet: DB, 60 and 93. RGB value is (219,96,147). Sum of RGB (Red+Green+Blue) = 219+96+147=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6093 is #249F6C. Grayscale: #8A8A8A. Windows color (decimal): -2400109 or 9658587. OLE color: 9658587.

HSL color Cylindrical-coordinate representation of color #DB6093: hue angle of 335.12º 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 #DB6093 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB21996147-
CMYK00.560.330.14
HSL335.12º63.08%61.76%-
HSV(B)335.12º56.16%85.88%-
XYZ38.6625.5330.49-
YUV138.59132.75185.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=47.40%
G=20.78%
B=31.82%

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
Decimal2199614700.560.330.14335.1263.0861.76
HexDB609303821E14f3f3e
Octal33314022307041165177776
Binary1101101111000001001001101110001000011110101001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6093; }

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

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

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

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

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

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

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

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