#D99A9D

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

Shades of Careys Pink #D99A9D

Tints of Careys Pink #D99A9D

Color information

#D99A9D (or 0xD99A9D) is unknown color: approx Careys Pink. HEX triplet: D9, 9A and 9D. RGB value is (217,154,157). Sum of RGB (Red+Green+Blue) = 217+154+157=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A9D is #266562. Grayscale: #ADADAD. Windows color (decimal): -2516323 or 10328793. OLE color: 10328793.

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

Color convert

RGB217154157-
CMYK00.290.280.15
HSL357.14º45.32%72.75%-
HSV(B)357.14º29.03%85.1%-
XYZ46.2640.337.24-
YUV173.18118.87159.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=41.10%
G=29.17%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715415700.290.280.15357.1445.3272.75
HexD99A9D01D1CF1652d49
Octal331232235035341754555111
Binary1101100110011010100111010111011110011111011001011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A9D; }

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

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

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

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

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

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

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

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