#DB598B

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

Shades of Dark Pink #DB598B

Tints of Dark Pink #DB598B

Color information

#DB598B (or 0xDB598B) is unknown color: approx Dark Pink. HEX triplet: DB, 59 and 8B. RGB value is (219,89,139). Sum of RGB (Red+Green+Blue) = 219+89+139=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598B is #24A674. Grayscale: #858585. Windows color (decimal): -2401909 or 9132507. OLE color: 9132507.

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

Color convert

RGB21989139-
CMYK00.590.370.14
HSL336.92º64.36%60.39%-
HSV(B)336.92º59.36%85.88%-
XYZ37.4524.0727.1-
YUV133.57131.07188.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.99%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=48.99%
G=19.91%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198913900.590.370.14336.9264.3660.39
HexDB598B03B25E151403c
Octal333131213073451652110074
Binary11011011101100110001011011101110010111101010100011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB598B; }

 p { color: rgb(219,89,139); }

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

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

 a { background-color: rgb(219,89,139); }

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

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

 span { border-color: rgb(219,89,139); }

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