#DB6792

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

Shades of Pale Violet Red #DB6792

Tints of Pale Violet Red #DB6792

Color information

#DB6792 (or 0xDB6792) is unknown color: approx Pale Violet Red. HEX triplet: DB, 67 and 92. RGB value is (219,103,146). Sum of RGB (Red+Green+Blue) = 219+103+146=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6792 is #24986D. Grayscale: #8E8E8E. Windows color (decimal): -2398318 or 9594843. OLE color: 9594843.

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

Color convert

RGB219103146-
CMYK00.530.330.14
HSL337.76º61.7%63.14%-
HSV(B)337.76º52.97%85.88%-
XYZ39.2526.8430.31-
YUV142.59129.93182.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=46.79%
G=22.01%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910314600.530.330.14337.7661.763.14
HexDB679203521E1523e3f
Octal33314722206541165227677
Binary1101101111001111001001001101011000011110101010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6792; }

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

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

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

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

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

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

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

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