#D2949A

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

Shades of Careys Pink #D2949A

Tints of Careys Pink #D2949A

Color information

#D2949A (or 0xD2949A) is unknown color: approx Careys Pink. HEX triplet: D2, 94 and 9A. RGB value is (210,148,154). Sum of RGB (Red+Green+Blue) = 210+148+154=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949A is #2D6B65. Grayscale: #A7A7A7. Windows color (decimal): -2976614 or 10130642. OLE color: 10130642.

HSL color Cylindrical-coordinate representation of color #D2949A: hue angle of 354.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2949A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210148154-
CMYK00.300.270.18
HSL354.19º40.79%70.2%-
HSV(B)354.19º29.52%82.35%-
XYZ4337.2135.49-
YUV167.22120.54158.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=41.02%
G=28.91%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014815400.300.270.18354.1940.7970.2
HexD2949A01E1B121622946
Octal322224232036332254251106
Binary11010010100101001001101001111011011100101011000101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2949A; }

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

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

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

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

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

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

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

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