#D299A1

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

Shades of Careys Pink #D299A1

Tints of Careys Pink #D299A1

Color information

#D299A1 (or 0xD299A1) is unknown color: approx Careys Pink. HEX triplet: D2, 99 and A1. RGB value is (210,153,161). Sum of RGB (Red+Green+Blue) = 210+153+161=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D299A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299A1 is #2D665E. Grayscale: #AAAAAA. Windows color (decimal): -2975327 or 10590674. OLE color: 10590674.

HSL color Cylindrical-coordinate representation of color #D299A1: hue angle of 351.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299A1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB210153161-
CMYK00.270.230.18
HSL351.58º38.78%71.18%-
HSV(B)351.58º27.14%82.35%-
XYZ44.439.0638.92-
YUV170.96122.38155.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=40.08%
G=29.20%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015316100.270.230.18351.5838.7871.18
HexD299A101B17121602747
Octal322231241033272254047107
Binary11010010100110011010000101101110111100101011000001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299A1; }

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

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

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

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

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

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

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

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