#DB6390

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

Shades of Pale Violet Red #DB6390

Tints of Pale Violet Red #DB6390

Color information

#DB6390 (or 0xDB6390) is unknown color: approx Pale Violet Red. HEX triplet: DB, 63 and 90. RGB value is (219,99,144). Sum of RGB (Red+Green+Blue) = 219+99+144=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6390 is #249C6F. Grayscale: #8B8B8B. Windows color (decimal): -2399344 or 9462747. OLE color: 9462747.

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

Color convert

RGB21999144-
CMYK00.550.340.14
HSL337.5º62.5%62.35%-
HSV(B)337.5º54.79%85.88%-
XYZ38.712629.36-
YUV140.01130.26184.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=47.40%
G=21.43%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199914400.550.340.14337.562.562.35
HexDB639003722E1523e3e
Octal33314322006742165227676
Binary1101101111000111001000001101111000101110101010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6390; }

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

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

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

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

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

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

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

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