#D59E98

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

Shades of Rose #D59E98

Tints of Rose #D59E98

Color information

#D59E98 (or 0xD59E98) is unknown color: approx Rose. HEX triplet: D5, 9E and 98. RGB value is (213,158,152). Sum of RGB (Red+Green+Blue) = 213+158+152=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E98 is #2A6167. Grayscale: #ADADAD. Windows color (decimal): -2777448 or 10002133. OLE color: 10002133.

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

Color convert

RGB213158152-
CMYK00.260.290.16
HSL5.9º42.07%71.57%-
HSV(B)5.9º28.64%83.53%-
XYZ45.3340.8735.2-
YUV173.76115.72155.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=40.73%
G=30.21%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315815200.260.290.165.942.0771.57
HexD59E9801A1D1062a48
Octal3252362300323520652110
Binary11010101100111101001100001101011101100001101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E98; }

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

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

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

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

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

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

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

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