#D499A1

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

Shades of Careys Pink #D499A1

Tints of Careys Pink #D499A1

Color information

#D499A1 (or 0xD499A1) is unknown color: approx Careys Pink. HEX triplet: D4, 99 and A1. RGB value is (212,153,161). Sum of RGB (Red+Green+Blue) = 212+153+161=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D499A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499A1 is #2B665E. Grayscale: #ABABAB. Windows color (decimal): -2844255 or 10590676. OLE color: 10590676.

HSL color Cylindrical-coordinate representation of color #D499A1: hue angle of 351.86º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499A1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212153161-
CMYK00.280.240.17
HSL351.86º40.69%71.57%-
HSV(B)351.86º27.83%83.14%-
XYZ44.9839.3538.94-
YUV171.55122.05156.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=40.30%
G=29.09%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215316100.280.240.17351.8640.6971.57
HexD499A101C18111602948
Octal324231241034302154051110
Binary11010100100110011010000101110011000100011011000001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499A1; }

 p { color: rgb(212,153,161); }

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

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

 a { background-color: rgb(212,153,161); }

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

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

 span { border-color: rgb(212,153,161); }

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