#DB6384

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

Shades of Deep Blush #DB6384

Tints of Deep Blush #DB6384

Color information

#DB6384 (or 0xDB6384) is unknown color: approx Deep Blush. HEX triplet: DB, 63 and 84. RGB value is (219,99,132). Sum of RGB (Red+Green+Blue) = 219+99+132=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6384 is #249C7B. Grayscale: #8A8A8A. Windows color (decimal): -2399356 or 8676315. OLE color: 8676315.

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

Color convert

RGB21999132-
CMYK00.550.400.14
HSL343.5º62.5%62.35%-
HSV(B)343.5º54.79%85.88%-
XYZ37.8425.6524.79-
YUV138.64124.26185.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.67%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=48.67%
G=22%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199913200.550.400.14343.562.562.35
HexDB638403728E1583e3e
Octal33314320406750165307676
Binary1101101111000111000010001101111010001110101011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6384; }

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

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

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

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

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

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

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

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