#D59FA0

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

Shades of Careys Pink #D59FA0

Tints of Careys Pink #D59FA0

Color information

#D59FA0 (or 0xD59FA0) is unknown color: approx Careys Pink. HEX triplet: D5, 9F and A0. RGB value is (213,159,160). Sum of RGB (Red+Green+Blue) = 213+159+160=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FA0 is #2A605F. Grayscale: #AFAFAF. Windows color (decimal): -2777184 or 10526677. OLE color: 10526677.

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

Color convert

RGB213159160-
CMYK00.250.250.16
HSL358.89º39.13%72.94%-
HSV(B)358.89º25.35%83.53%-
XYZ46.1841.4838.83-
YUV175.26119.39154.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=40.04%
G=29.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315916000.250.250.16358.8939.1372.94
HexD59FA001919101672749
Octal325237240031312054747111
Binary11010101100111111010000001100111001100001011001111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FA0; }

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

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

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

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

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

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

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

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