#D59684

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

Shades of My Pink #D59684

Tints of My Pink #D59684

Color information

#D59684 (or 0xD59684) is unknown color: approx My Pink. HEX triplet: D5, 96 and 84. RGB value is (213,150,132). Sum of RGB (Red+Green+Blue) = 213+150+132=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59684 is #2A697B. Grayscale: #A6A6A6. Windows color (decimal): -2779516 or 8689365. OLE color: 8689365.

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

Color convert

RGB213150132-
CMYK00.300.380.16
HSL13.33º49.09%67.65%-
HSV(B)13.33º38.03%83.53%-
XYZ42.5137.6226.85-
YUV166.78108.37160.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=43.03%
G=30.30%
B=26.67%

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
Decimal21315013200.300.380.1613.3349.0967.65
HexD5968401E2610d3144
Octal32522620403646201561104
Binary1101010110010110100001000111101001101000011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59684; }

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

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

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

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

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

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

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

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