#D897A1

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

Shades of Careys Pink #D897A1

Tints of Careys Pink #D897A1

Color information

#D897A1 (or 0xD897A1) is unknown color: approx Careys Pink. HEX triplet: D8, 97 and A1. RGB value is (216,151,161). Sum of RGB (Red+Green+Blue) = 216+151+161=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D897A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D897A1 is #27685E. Grayscale: #ABABAB. Windows color (decimal): -2582623 or 10590168. OLE color: 10590168.

HSL color Cylindrical-coordinate representation of color #D897A1: hue angle of 350.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897A1 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB216151161-
CMYK00.300.250.15
HSL350.77º45.45%71.96%-
HSV(B)350.77º30.09%84.71%-
XYZ45.8239.3138.89-
YUV171.58122.03159.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=40.91%
G=28.60%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21615116100.300.250.15350.7745.4571.96
HexD897A101E19F15f2d48
Octal330227241036311753755110
Binary1101100010010111101000010111101100111111010111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D897A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D897A1; }

 p { color: rgb(216,151,161); }

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

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

 a { background-color: rgb(216,151,161); }

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

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

 span { border-color: rgb(216,151,161); }

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