#DB639B

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

Shades of Pale Violet Red #DB639B

Tints of Pale Violet Red #DB639B

Color information

#DB639B (or 0xDB639B) is unknown color: approx Pale Violet Red. HEX triplet: DB, 63 and 9B. RGB value is (219,99,155). Sum of RGB (Red+Green+Blue) = 219+99+155=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB639B is #249C64. Grayscale: #8D8D8D. Windows color (decimal): -2399333 or 10183643. OLE color: 10183643.

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

Color convert

RGB21999155-
CMYK00.550.290.14
HSL332º62.5%62.35%-
HSV(B)332º54.79%85.88%-
XYZ39.5926.3534.01-
YUV141.26135.76183.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=46.30%
G=20.93%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199915500.550.290.1433262.562.35
HexDB639B0371DE14c3e3e
Octal33314323306735165147676
Binary110110111100011100110110110111111011110101001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB639B; }

 p { color: rgb(219,99,155); }

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

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

 a { background-color: rgb(219,99,155); }

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

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

 span { border-color: rgb(219,99,155); }

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