#D2939C

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

Shades of Careys Pink #D2939C

Tints of Careys Pink #D2939C

Color information

#D2939C (or 0xD2939C) is unknown color: approx Careys Pink. HEX triplet: D2, 93 and 9C. RGB value is (210,147,156). Sum of RGB (Red+Green+Blue) = 210+147+156=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2939C is #2D6C63. Grayscale: #A6A6A6. Windows color (decimal): -2976868 or 10261458. OLE color: 10261458.

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

Color convert

RGB210147156-
CMYK00.300.260.18
HSL351.43º41.18%70%-
HSV(B)351.43º30%82.35%-
XYZ43.0136.9736.32-
YUV166.86121.87158.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=40.94%
G=28.65%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014715600.300.260.18351.4341.1870
HexD2939C01E1A1215f2946
Octal322223234036322253751106
Binary11010010100100111001110001111011010100101010111111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2939C; }

 p { color: rgb(210,147,156); }

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

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

 a { background-color: rgb(210,147,156); }

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

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

 span { border-color: rgb(210,147,156); }

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