#DB6183

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

Shades of Deep Blush #DB6183

Tints of Deep Blush #DB6183

Color information

#DB6183 (or 0xDB6183) is unknown color: approx Deep Blush. HEX triplet: DB, 61 and 83. RGB value is (219,97,131). Sum of RGB (Red+Green+Blue) = 219+97+131=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6183 is #249E7C. Grayscale: #898989. Windows color (decimal): -2399869 or 8610267. OLE color: 8610267.

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

Color convert

RGB21997131-
CMYK00.560.400.14
HSL343.28º62.89%61.96%-
HSV(B)343.28º55.71%85.88%-
XYZ37.5825.2524.37-
YUV137.35124.42186.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.99%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=48.99%
G=21.70%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199713100.560.400.14343.2862.8961.96
HexDB618303828E1573f3e
Octal33314120307050165277776
Binary1101101111000011000001101110001010001110101010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6183; }

 p { color: rgb(219,97,131); }

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

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

 a { background-color: rgb(219,97,131); }

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

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

 span { border-color: rgb(219,97,131); }

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