#D59FA4

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

Shades of Careys Pink #D59FA4

Tints of Careys Pink #D59FA4

Color information

#D59FA4 (or 0xD59FA4) is unknown color: approx Careys Pink. HEX triplet: D5, 9F and A4. RGB value is (213,159,164). Sum of RGB (Red+Green+Blue) = 213+159+164=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FA4 is #2A605B. Grayscale: #AFAFAF. Windows color (decimal): -2777180 or 10788821. OLE color: 10788821.

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

Color convert

RGB213159164-
CMYK00.250.230.16
HSL354.44º39.13%72.94%-
HSV(B)354.44º25.35%83.53%-
XYZ46.5441.6240.7-
YUV175.72121.39154.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=39.74%
G=29.66%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315916400.250.230.16354.4439.1372.94
HexD59FA401917101622749
Octal325237244031272054247111
Binary11010101100111111010010001100110111100001011000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FA4; }

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

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

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

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

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

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

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

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