#D59484

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

Shades of My Pink #D59484

Tints of My Pink #D59484

Color information

#D59484 (or 0xD59484) is unknown color: approx My Pink. HEX triplet: D5, 94 and 84. RGB value is (213,148,132). Sum of RGB (Red+Green+Blue) = 213+148+132=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D59484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59484 is #2A6B7B. Grayscale: #A5A5A5. Windows color (decimal): -2780028 or 8688853. OLE color: 8688853.

HSL color Cylindrical-coordinate representation of color #D59484: hue angle of 11.85º 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 #D59484 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213148132-
CMYK00.310.380.16
HSL11.85º49.09%67.65%-
HSV(B)11.85º38.03%83.53%-
XYZ42.236.9926.75-
YUV165.61109.03161.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=43.20%
G=30.02%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314813200.310.380.1611.8549.0967.65
HexD5948401F2610c3144
Octal32522420403746201461104
Binary1101010110010100100001000111111001101000011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59484; }

 p { color: rgb(213,148,132); }

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

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

 a { background-color: rgb(213,148,132); }

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

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

 span { border-color: rgb(213,148,132); }

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