#D2999A

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

Shades of Careys Pink #D2999A

Tints of Careys Pink #D2999A

Color information

#D2999A (or 0xD2999A) is unknown color: approx Careys Pink. HEX triplet: D2, 99 and 9A. RGB value is (210,153,154). Sum of RGB (Red+Green+Blue) = 210+153+154=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999A is #2D6665. Grayscale: #AAAAAA. Windows color (decimal): -2975334 or 10131922. OLE color: 10131922.

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

Color convert

RGB210153154-
CMYK00.270.270.18
HSL358.95º38.78%71.18%-
HSV(B)358.95º27.14%82.35%-
XYZ43.838.8235.76-
YUV170.16118.88156.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=40.62%
G=29.59%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015315400.270.270.18358.9538.7871.18
HexD2999A01B1B121672747
Octal322231232033332254747107
Binary11010010100110011001101001101111011100101011001111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2999A; }

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

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

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

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

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

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

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

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