#D99FA7

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

Shades of Careys Pink #D99FA7

Tints of Careys Pink #D99FA7

Color information

#D99FA7 (or 0xD99FA7) is unknown color: approx Careys Pink. HEX triplet: D9, 9F and A7. RGB value is (217,159,167). Sum of RGB (Red+Green+Blue) = 217+159+167=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FA7 is #266058. Grayscale: #B1B1B1. Windows color (decimal): -2515033 or 10985433. OLE color: 10985433.

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

Color convert

RGB217159167-
CMYK00.270.230.15
HSL351.72º43.28%73.73%-
HSV(B)351.72º26.73%85.1%-
XYZ47.9942.3442.2-
YUV177.25122.22156.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=39.96%
G=29.28%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715916700.270.230.15351.7243.2873.73
HexD99FA701B17F1602b4a
Octal331237247033271754053112
Binary1101100110011111101001110110111011111111011000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FA7; }

 p { color: rgb(217,159,167); }

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

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

 a { background-color: rgb(217,159,167); }

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

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

 span { border-color: rgb(217,159,167); }

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