#D295A3

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

Shades of Careys Pink #D295A3

Tints of Careys Pink #D295A3

Color information

#D295A3 (or 0xD295A3) is unknown color: approx Careys Pink. HEX triplet: D2, 95 and A3. RGB value is (210,149,163). Sum of RGB (Red+Green+Blue) = 210+149+163=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A3 is #2D6A5C. Grayscale: #A8A8A8. Windows color (decimal): -2976349 or 10720722. OLE color: 10720722.

HSL color Cylindrical-coordinate representation of color #D295A3: hue angle of 346.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295A3 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB210149163-
CMYK00.290.220.18
HSL346.23º40.4%70.39%-
HSV(B)346.23º29.05%82.35%-
XYZ43.9437.8439.64-
YUV168.83124.71157.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=40.23%
G=28.54%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014916300.290.220.18346.2340.470.39
HexD295A301D161215a2846
Octal322225243035262253250106
Binary11010010100101011010001101110110110100101010110101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295A3; }

 p { color: rgb(210,149,163); }

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

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

 a { background-color: rgb(210,149,163); }

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

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

 span { border-color: rgb(210,149,163); }

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