#D598A3

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

Shades of Careys Pink #D598A3

Tints of Careys Pink #D598A3

Color information

#D598A3 (or 0xD598A3) is unknown color: approx Careys Pink. HEX triplet: D5, 98 and A3. RGB value is (213,152,163). Sum of RGB (Red+Green+Blue) = 213+152+163=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A3 is #2A675C. Grayscale: #ABABAB. Windows color (decimal): -2778973 or 10721493. OLE color: 10721493.

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

Color convert

RGB213152163-
CMYK00.290.230.16
HSL349.18º42.07%71.57%-
HSV(B)349.18º28.64%83.53%-
XYZ45.2839.2539.84-
YUV171.49123.21157.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=40.34%
G=28.79%
B=30.87%

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
Decimal21315216300.290.230.16349.1842.0771.57
HexD598A301D171015d2a48
Octal325230243035272053552110
Binary11010101100110001010001101110110111100001010111011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598A3; }

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

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

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

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

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

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

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

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