#D59585

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

Shades of My Pink #D59585

Tints of My Pink #D59585

Color information

#D59585 (or 0xD59585) is unknown color: approx My Pink. HEX triplet: D5, 95 and 85. RGB value is (213,149,133). Sum of RGB (Red+Green+Blue) = 213+149+133=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59585 is #2A6A7A. Grayscale: #A6A6A6. Windows color (decimal): -2779771 or 8754645. OLE color: 8754645.

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

Color convert

RGB213149133-
CMYK00.300.380.16
HSL12º48.78%67.84%-
HSV(B)12º37.56%83.53%-
XYZ42.4237.3327.16-
YUV166.31109.2161.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=43.03%
G=30.10%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314913300.300.380.161248.7867.84
HexD5958501E2610c3144
Octal32522520503646201461104
Binary1101010110010101100001010111101001101000011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59585; }

 p { color: rgb(213,149,133); }

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

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

 a { background-color: rgb(213,149,133); }

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

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

 span { border-color: rgb(213,149,133); }

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