#DB6385

Color #DB6385 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DB6385

Tints of Deep Blush #DB6385

Color information

#DB6385 (or 0xDB6385) is unknown color: approx Deep Blush. HEX triplet: DB, 63 and 85. RGB value is (219,99,133). Sum of RGB (Red+Green+Blue) = 219+99+133=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6385 is #249C7A. Grayscale: #8A8A8A. Windows color (decimal): -2399355 or 8741851. OLE color: 8741851.

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

Color convert

RGB21999133-
CMYK00.550.390.14
HSL343º62.5%62.35%-
HSV(B)343º54.79%85.88%-
XYZ37.9125.6825.15-
YUV138.76124.76185.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=48.56%
G=21.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199913300.550.390.1434362.562.35
HexDB638503727E1573e3e
Octal33314320506747165277676
Binary1101101111000111000010101101111001111110101010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6385; }

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

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

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

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

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

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

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

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