#D2949D

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

Shades of Careys Pink #D2949D

Tints of Careys Pink #D2949D

Color information

#D2949D (or 0xD2949D) is unknown color: approx Careys Pink. HEX triplet: D2, 94 and 9D. RGB value is (210,148,157). Sum of RGB (Red+Green+Blue) = 210+148+157=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949D is #2D6B62. Grayscale: #A7A7A7. Windows color (decimal): -2976611 or 10327250. OLE color: 10327250.

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

Color convert

RGB210148157-
CMYK00.300.250.18
HSL351.29º40.79%70.2%-
HSV(B)351.29º29.52%82.35%-
XYZ43.2537.3236.82-
YUV167.56122.04158.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=40.78%
G=28.74%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014815700.300.250.18351.2940.7970.2
HexD2949D01E191215f2946
Octal322224235036312253751106
Binary11010010100101001001110101111011001100101010111111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2949D; }

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

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

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

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

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

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

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

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