#DB6B97

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

Shades of Pale Violet Red #DB6B97

Tints of Pale Violet Red #DB6B97

Color information

#DB6B97 (or 0xDB6B97) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6B and 97. RGB value is (219,107,151). Sum of RGB (Red+Green+Blue) = 219+107+151=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B97 is #249468. Grayscale: #919191. Windows color (decimal): -2397289 or 9923547. OLE color: 9923547.

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

Color convert

RGB219107151-
CMYK00.510.310.14
HSL336.43º60.87%63.92%-
HSV(B)336.43º51.14%85.88%-
XYZ40.0627.8132.53-
YUV145.5131.11180.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=45.91%
G=22.43%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910715100.510.310.14336.4360.8763.92
HexDB6B970331FE1503d40
Octal333153227063371652075100
Binary1101101111010111001011101100111111111101010100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B97; }

 p { color: rgb(219,107,151); }

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

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

 a { background-color: rgb(219,107,151); }

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

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

 span { border-color: rgb(219,107,151); }

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