#D99FA4

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

Shades of Careys Pink #D99FA4

Tints of Careys Pink #D99FA4

Color information

#D99FA4 (or 0xD99FA4) is unknown color: approx Careys Pink. HEX triplet: D9, 9F and A4. RGB value is (217,159,164). Sum of RGB (Red+Green+Blue) = 217+159+164=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FA4 is #26605B. Grayscale: #B0B0B0. Windows color (decimal): -2515036 or 10788825. OLE color: 10788825.

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

Color convert

RGB217159164-
CMYK00.270.240.15
HSL354.83º43.28%73.73%-
HSV(B)354.83º26.73%85.1%-
XYZ47.7142.2340.76-
YUV176.91120.72156.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=40.19%
G=29.44%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715916400.270.240.15354.8343.2873.73
HexD99FA401B18F1632b4a
Octal331237244033301754353112
Binary1101100110011111101001000110111100011111011000111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FA4; }

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

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

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

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

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

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

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

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