#DF5092

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

Shades of Dark Pink #DF5092

Tints of Dark Pink #DF5092

Color information

#DF5092 (or 0xDF5092) is unknown color: approx Dark Pink. HEX triplet: DF, 50 and 92. RGB value is (223,80,146). Sum of RGB (Red+Green+Blue) = 223+80+146=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5092 is #20AF6D. Grayscale: #828282. Windows color (decimal): -2142062 or 9588959. OLE color: 9588959.

HSL color Cylindrical-coordinate representation of color #DF5092: hue angle of 332.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5092 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB22380146-
CMYK00.640.350.13
HSL332.31º69.08%59.41%-
HSV(B)332.31º64.13%87.45%-
XYZ38.4923.529.7-
YUV130.28136.88194.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=49.67%
G=17.82%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238014600.640.350.13332.3169.0859.41
HexDF509204023D14c453b
Octal3371202220100431551410573
Binary110111111010000100100100100000010001111011010011001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5092; }

 p { color: rgb(223,80,146); }

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

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

 a { background-color: rgb(223,80,146); }

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

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

 span { border-color: rgb(223,80,146); }

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