#D9999A

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

Shades of Careys Pink #D9999A

Tints of Careys Pink #D9999A

Color information

#D9999A (or 0xD9999A) is unknown color: approx Careys Pink. HEX triplet: D9, 99 and 9A. RGB value is (217,153,154). Sum of RGB (Red+Green+Blue) = 217+153+154=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999A is #266665. Grayscale: #ACACAC. Windows color (decimal): -2516582 or 10131929. OLE color: 10131929.

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

Color convert

RGB217153154-
CMYK00.290.290.15
HSL359.06º45.71%72.55%-
HSV(B)359.06º29.49%85.1%-
XYZ45.8439.8735.85-
YUV172.25117.7159.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=41.41%
G=29.20%
B=29.39%

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
Decimal21715315400.290.290.15359.0645.7172.55
HexD9999A01D1DF1672e49
Octal331231232035351754756111
Binary1101100110011001100110100111011110111111011001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9999A; }

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

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

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

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

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

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

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

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