#DB6C92

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

Shades of Pale Violet Red #DB6C92

Tints of Pale Violet Red #DB6C92

Color information

#DB6C92 (or 0xDB6C92) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6C and 92. RGB value is (219,108,146). Sum of RGB (Red+Green+Blue) = 219+108+146=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C92 is #24936D. Grayscale: #919191. Windows color (decimal): -2397038 or 9596123. OLE color: 9596123.

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

Color convert

RGB219108146-
CMYK00.510.330.14
HSL339.46º60.66%64.12%-
HSV(B)339.46º50.68%85.88%-
XYZ39.7627.8630.48-
YUV145.52128.27180.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=46.30%
G=22.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910814600.510.330.14339.4660.6664.12
HexDB6C9203321E1533d40
Octal333154222063411652375100
Binary11011011110110010010010011001110000111101010100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6C92; }

 p { color: rgb(219,108,146); }

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

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

 a { background-color: rgb(219,108,146); }

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

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

 span { border-color: rgb(219,108,146); }

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