#DB5692

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

Shades of Dark Pink #DB5692

Tints of Dark Pink #DB5692

Color information

#DB5692 (or 0xDB5692) is unknown color: approx Dark Pink. HEX triplet: DB, 56 and 92. RGB value is (219,86,146). Sum of RGB (Red+Green+Blue) = 219+86+146=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5692 is #24A96D. Grayscale: #848484. Windows color (decimal): -2402670 or 9590491. OLE color: 9590491.

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

Color convert

RGB21986146-
CMYK00.610.330.14
HSL332.93º64.88%59.8%-
HSV(B)332.93º60.73%85.88%-
XYZ37.7323.7929.8-
YUV132.61135.56189.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=48.56%
G=19.07%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198614600.610.330.14332.9364.8859.8
HexDB569203D21E14d413c
Octal333126222075411651510174
Binary11011011101011010010010011110110000111101010011011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5692; }

 p { color: rgb(219,86,146); }

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

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

 a { background-color: rgb(219,86,146); }

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

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

 span { border-color: rgb(219,86,146); }

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