#D598A1

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

Shades of Careys Pink #D598A1

Tints of Careys Pink #D598A1

Color information

#D598A1 (or 0xD598A1) is unknown color: approx Careys Pink. HEX triplet: D5, 98 and A1. RGB value is (213,152,161). Sum of RGB (Red+Green+Blue) = 213+152+161=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A1 is #2A675E. Grayscale: #ABABAB. Windows color (decimal): -2778975 or 10590421. OLE color: 10590421.

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

Color convert

RGB213152161-
CMYK00.290.240.16
HSL351.15º42.07%71.57%-
HSV(B)351.15º28.64%83.53%-
XYZ45.139.1838.9-
YUV171.26122.21157.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=40.49%
G=28.90%
B=30.61%

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
Decimal21315216100.290.240.16351.1542.0771.57
HexD598A101D181015f2a48
Octal325230241035302053752110
Binary11010101100110001010000101110111000100001010111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598A1; }

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

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

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

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

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

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

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

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