#db5c83

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

Shades of Dark Pink #DB5C83

Tints of Dark Pink #DB5C83

Color information

#DB5C83 (or 0xDB5C83) is unknown color: approx Dark Pink. HEX triplet: DB, 5C and 83. RGB value is (219,92,131). Sum of RGB (Red+Green+Blue) = 219+92+131=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C83 is #24A37C. Grayscale: #868686. Windows color (decimal): -2401149 or 8608987. OLE color: 8608987.

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

Color convert

RGB21992131-
CMYK00.580.400.14
HSL341.57º63.82%60.98%-
HSV(B)341.57º57.99%85.88%-
XYZ37.1424.3524.22-
YUV134.42126.08188.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.55%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=49.55%
G=20.81%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199213100.580.400.14341.5763.8260.98
HexDB5C8303A28E156403d
Octal333134203072501652610075
Binary11011011101110010000011011101010100011101010101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5c83; }

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

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

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

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

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

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

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

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