#DB6793

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

Shades of Pale Violet Red #DB6793

Tints of Pale Violet Red #DB6793

Color information

#DB6793 (or 0xDB6793) is unknown color: approx Pale Violet Red. HEX triplet: DB, 67 and 93. RGB value is (219,103,147). Sum of RGB (Red+Green+Blue) = 219+103+147=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6793 is #24986C. Grayscale: #8E8E8E. Windows color (decimal): -2398317 or 9660379. OLE color: 9660379.

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

Color convert

RGB219103147-
CMYK00.530.330.14
HSL337.24º61.7%63.14%-
HSV(B)337.24º52.97%85.88%-
XYZ39.3326.8730.72-
YUV142.7130.43182.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=46.70%
G=21.96%
B=31.34%

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
Decimal21910314700.530.330.14337.2461.763.14
HexDB679303521E1513e3f
Octal33314722306541165217677
Binary1101101111001111001001101101011000011110101010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6793; }

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

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

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

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

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

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

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

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