#D99A9E

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

Shades of Careys Pink #D99A9E

Tints of Careys Pink #D99A9E

Color information

#D99A9E (or 0xD99A9E) is unknown color: approx Careys Pink. HEX triplet: D9, 9A and 9E. RGB value is (217,154,158). Sum of RGB (Red+Green+Blue) = 217+154+158=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A9E is #266561. Grayscale: #ADADAD. Windows color (decimal): -2516322 or 10394329. OLE color: 10394329.

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

Color convert

RGB217154158-
CMYK00.290.270.15
HSL356.19º45.32%72.75%-
HSV(B)356.19º29.03%85.1%-
XYZ46.3440.3337.69-
YUV173.29119.37159.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=41.02%
G=29.11%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715415800.290.270.15356.1945.3272.75
HexD99A9E01D1BF1642d49
Octal331232236035331754455111
Binary1101100110011010100111100111011101111111011001001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A9E; }

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

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

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

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

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

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

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

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