#D598A0

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

Shades of Careys Pink #D598A0

Tints of Careys Pink #D598A0

Color information

#D598A0 (or 0xD598A0) is unknown color: approx Careys Pink. HEX triplet: D5, 98 and A0. RGB value is (213,152,160). Sum of RGB (Red+Green+Blue) = 213+152+160=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A0 is #2A675F. Grayscale: #ABABAB. Windows color (decimal): -2778976 or 10524885. OLE color: 10524885.

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

Color convert

RGB213152160-
CMYK00.290.250.16
HSL352.13º42.07%71.57%-
HSV(B)352.13º28.64%83.53%-
XYZ45.0139.1438.44-
YUV171.15121.71157.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=40.57%
G=28.95%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315216000.290.250.16352.1342.0771.57
HexD598A001D19101602a48
Octal325230240035312054052110
Binary11010101100110001010000001110111001100001011000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598A0; }

 p { color: rgb(213,152,160); }

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

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

 a { background-color: rgb(213,152,160); }

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

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

 span { border-color: rgb(213,152,160); }

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