#D8959A

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

Shades of Careys Pink #D8959A

Tints of Careys Pink #D8959A

Color information

#D8959A (or 0xD8959A) is unknown color: approx Careys Pink. HEX triplet: D8, 95 and 9A. RGB value is (216,149,154). Sum of RGB (Red+Green+Blue) = 216+149+154=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8959A is #276A65. Grayscale: #A9A9A9. Windows color (decimal): -2583142 or 10130904. OLE color: 10130904.

HSL color Cylindrical-coordinate representation of color #D8959A: hue angle of 355.52º degrees, saturation: 0.46, 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 #D8959A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216149154-
CMYK00.310.290.15
HSL355.52º46.21%71.57%-
HSV(B)355.52º31.02%84.71%-
XYZ44.938.4335.62-
YUV169.6119.2161.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=41.62%
G=28.71%
B=29.67%

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
Decimal21614915400.310.290.15355.5246.2171.57
HexD8959A01F1DF1642e48
Octal330225232037351754456110
Binary1101100010010101100110100111111110111111011001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8959A; }

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

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

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

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

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

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

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

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