#DB6182

Color #DB6182 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DB6182

Tints of Dark Pink #DB6182

Color information

#DB6182 (or 0xDB6182) is unknown color: approx Dark Pink. HEX triplet: DB, 61 and 82. RGB value is (219,97,130). Sum of RGB (Red+Green+Blue) = 219+97+130=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6182 is #249E7D. Grayscale: #898989. Windows color (decimal): -2399870 or 8544731. OLE color: 8544731.

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

Color convert

RGB21997130-
CMYK00.560.410.14
HSL343.77º62.89%61.96%-
HSV(B)343.77º55.71%85.88%-
XYZ37.5225.2224.01-
YUV137.24123.92186.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.10%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=49.10%
G=21.75%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199713000.560.410.14343.7762.8961.96
HexDB618203829E1583f3e
Octal33314120207051165307776
Binary1101101111000011000001001110001010011110101011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6182; }

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

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

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

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

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

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

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

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