#DB6984

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

Shades of Deep Blush #DB6984

Tints of Deep Blush #DB6984

Color information

#DB6984 (or 0xDB6984) is unknown color: approx Deep Blush. HEX triplet: DB, 69 and 84. RGB value is (219,105,132). Sum of RGB (Red+Green+Blue) = 219+105+132=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6984 is #24967B. Grayscale: #8E8E8E. Windows color (decimal): -2397820 or 8677851. OLE color: 8677851.

HSL color Cylindrical-coordinate representation of color #DB6984: hue angle of 345.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6984 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219105132-
CMYK00.520.400.14
HSL345.79º61.29%63.53%-
HSV(B)345.79º52.05%85.88%-
XYZ38.4326.8324.98-
YUV142.16122.27182.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.03%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=48.03%
G=23.03%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910513200.520.400.14345.7961.2963.53
HexDB698403428E15a3d40
Octal333151204064501653275100
Binary11011011110100110000100011010010100011101010110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6984; }

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

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

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

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

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

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

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

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