#D597A1

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

Shades of Careys Pink #D597A1

Tints of Careys Pink #D597A1

Color information

#D597A1 (or 0xD597A1) is unknown color: approx Careys Pink. HEX triplet: D5, 97 and A1. RGB value is (213,151,161). Sum of RGB (Red+Green+Blue) = 213+151+161=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D597A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597A1 is #2A685E. Grayscale: #AAAAAA. Windows color (decimal): -2779231 or 10590165. OLE color: 10590165.

HSL color Cylindrical-coordinate representation of color #D597A1: hue angle of 350.32º 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 #D597A1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB213151161-
CMYK00.290.240.16
HSL350.32º42.47%71.37%-
HSV(B)350.32º29.11%83.53%-
XYZ44.9438.8538.85-
YUV170.68122.54158.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=40.57%
G=28.76%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315116100.290.240.16350.3242.4771.37
HexD597A101D181015e2a47
Octal325227241035302053652107
Binary11010101100101111010000101110111000100001010111101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597A1; }

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

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

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

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

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

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

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

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