#D2939A

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

Shades of Careys Pink #D2939A

Tints of Careys Pink #D2939A

Color information

#D2939A (or 0xD2939A) is unknown color: approx Careys Pink. HEX triplet: D2, 93 and 9A. RGB value is (210,147,154). Sum of RGB (Red+Green+Blue) = 210+147+154=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2939A is #2D6C65. Grayscale: #A6A6A6. Windows color (decimal): -2976870 or 10130386. OLE color: 10130386.

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

Color convert

RGB210147154-
CMYK00.300.270.18
HSL353.33º41.18%70%-
HSV(B)353.33º30%82.35%-
XYZ42.8436.935.44-
YUV166.64120.87158.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=41.10%
G=28.77%
B=30.14%

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
Decimal21014715400.300.270.18353.3341.1870
HexD2939A01E1B121612946
Octal322223232036332254151106
Binary11010010100100111001101001111011011100101011000011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2939A; }

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

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

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

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

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

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

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

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