#D59F9E

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

Shades of Eunry #D59F9E

Tints of Eunry #D59F9E

Color information

#D59F9E (or 0xD59F9E) is unknown color: approx Eunry. HEX triplet: D5, 9F and 9E. RGB value is (213,159,158). Sum of RGB (Red+Green+Blue) = 213+159+158=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9E is #2A6061. Grayscale: #AFAFAF. Windows color (decimal): -2777186 or 10395605. OLE color: 10395605.

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

Color convert

RGB213159158-
CMYK00.250.260.16
HSL1.09º39.57%72.75%-
HSV(B)1.09º25.82%83.53%-
XYZ46.0141.4137.92-
YUV175.03118.39155.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=40.19%
G=30%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315915800.250.260.161.0939.5772.75
HexD59F9E0191A1012849
Octal3252372360313220150111
Binary110101011001111110011110011001110101000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F9E; }

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

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

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

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

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

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

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

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