#D99584

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

Shades of My Pink #D99584

Tints of My Pink #D99584

Color information

#D99584 (or 0xD99584) is unknown color: approx My Pink. HEX triplet: D9, 95 and 84. RGB value is (217,149,132). Sum of RGB (Red+Green+Blue) = 217+149+132=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D99584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99584 is #266A7B. Grayscale: #A7A7A7. Windows color (decimal): -2517628 or 8689113. OLE color: 8689113.

HSL color Cylindrical-coordinate representation of color #D99584: hue angle of 12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99584 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217149132-
CMYK00.310.390.15
HSL12º52.8%68.43%-
HSV(B)12º39.17%85.1%-
XYZ43.5337.9126.85-
YUV167.39108.03163.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=43.57%
G=29.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714913200.310.390.151252.868.43
HexD9958401F27Fc3544
Octal33122520403747171465104
Binary110110011001010110000100011111100111111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99584; }

 p { color: rgb(217,149,132); }

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

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

 a { background-color: rgb(217,149,132); }

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

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

 span { border-color: rgb(217,149,132); }

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