#D597A3

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

Shades of Careys Pink #D597A3

Tints of Careys Pink #D597A3

Color information

#D597A3 (or 0xD597A3) is unknown color: approx Careys Pink. HEX triplet: D5, 97 and A3. RGB value is (213,151,163). Sum of RGB (Red+Green+Blue) = 213+151+163=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D597A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597A3 is #2A685C. Grayscale: #AAAAAA. Windows color (decimal): -2779229 or 10721237. OLE color: 10721237.

HSL color Cylindrical-coordinate representation of color #D597A3: hue angle of 348.39º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597A3 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213151163-
CMYK00.290.230.16
HSL348.39º42.47%71.37%-
HSV(B)348.39º29.11%83.53%-
XYZ45.1238.9239.79-
YUV170.91123.54158.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=40.42%
G=28.65%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315116300.290.230.16348.3942.4771.37
HexD597A301D171015c2a47
Octal325227243035272053452107
Binary11010101100101111010001101110110111100001010111001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597A3; }

 p { color: rgb(213,151,163); }

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

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

 a { background-color: rgb(213,151,163); }

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

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

 span { border-color: rgb(213,151,163); }

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