#D59288

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

Shades of My Pink #D59288

Tints of My Pink #D59288

Color information

#D59288 (or 0xD59288) is unknown color: approx My Pink. HEX triplet: D5, 92 and 88. RGB value is (213,146,136). Sum of RGB (Red+Green+Blue) = 213+146+136=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59288 is #2A6D77. Grayscale: #A5A5A5. Windows color (decimal): -2780536 or 8950485. OLE color: 8950485.

HSL color Cylindrical-coordinate representation of color #D59288: hue angle of 7.79º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59288 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213146136-
CMYK00.310.360.16
HSL7.79º47.83%68.43%-
HSV(B)7.79º36.15%83.53%-
XYZ42.1636.4828.11-
YUV164.89111.7162.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=43.03%
G=29.49%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314613600.310.360.167.7947.8368.43
HexD5928801F241083044
Octal32522221003744201060104
Binary1101010110010010100010000111111001001000010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59288; }

 p { color: rgb(213,146,136); }

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

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

 a { background-color: rgb(213,146,136); }

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

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

 span { border-color: rgb(213,146,136); }

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