#D99A9B

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

Shades of Careys Pink #D99A9B

Tints of Careys Pink #D99A9B

Color information

#D99A9B (or 0xD99A9B) is unknown color: approx Careys Pink. HEX triplet: D9, 9A and 9B. RGB value is (217,154,155). Sum of RGB (Red+Green+Blue) = 217+154+155=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A9B is #266564. Grayscale: #ADADAD. Windows color (decimal): -2516325 or 10197721. OLE color: 10197721.

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

Color convert

RGB217154155-
CMYK00.290.290.15
HSL359.05º45.32%72.75%-
HSV(B)359.05º29.03%85.1%-
XYZ46.0940.2336.35-
YUV172.95117.87159.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=41.25%
G=29.28%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715415500.290.290.15359.0545.3272.75
HexD99A9B01D1DF1672d49
Octal331232233035351754755111
Binary1101100110011010100110110111011110111111011001111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A9B; }

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

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

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

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

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

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

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

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