#D9959A

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

Shades of Careys Pink #D9959A

Tints of Careys Pink #D9959A

Color information

#D9959A (or 0xD9959A) is unknown color: approx Careys Pink. HEX triplet: D9, 95 and 9A. RGB value is (217,149,154). Sum of RGB (Red+Green+Blue) = 217+149+154=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959A is #266A65. Grayscale: #A9A9A9. Windows color (decimal): -2517606 or 10130905. OLE color: 10130905.

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

Color convert

RGB217149154-
CMYK00.310.290.15
HSL355.59º47.22%71.76%-
HSV(B)355.59º31.34%85.1%-
XYZ45.238.5835.64-
YUV169.9119.03161.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=41.73%
G=28.65%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714915400.310.290.15355.5947.2271.76
HexD9959A01F1DF1642f48
Octal331225232037351754457110
Binary1101100110010101100110100111111110111111011001001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9959A; }

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

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

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

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

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

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

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

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