#DB638C

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

Shades of Pale Violet Red #DB638C

Tints of Pale Violet Red #DB638C

Color information

#DB638C (or 0xDB638C) is unknown color: approx Pale Violet Red. HEX triplet: DB, 63 and 8C. RGB value is (219,99,140). Sum of RGB (Red+Green+Blue) = 219+99+140=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB638C is #249C73. Grayscale: #8B8B8B. Windows color (decimal): -2399348 or 9200603. OLE color: 9200603.

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

Color convert

RGB21999140-
CMYK00.550.360.14
HSL339.5º62.5%62.35%-
HSV(B)339.5º54.79%85.88%-
XYZ38.4125.8827.78-
YUV139.55128.26184.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=47.82%
G=21.62%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199914000.550.360.14339.562.562.35
HexDB638C03724E1543e3e
Octal33314321406744165247676
Binary1101101111000111000110001101111001001110101010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB638C; }

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

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

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

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

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

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

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

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