#D09E98

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

Shades of Rose #D09E98

Tints of Rose #D09E98

Color information

#D09E98 (or 0xD09E98) is unknown color: approx Rose. HEX triplet: D0, 9E and 98. RGB value is (208,158,152). Sum of RGB (Red+Green+Blue) = 208+158+152=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E98 is #2F6167. Grayscale: #ACACAC. Windows color (decimal): -3105128 or 10002128. OLE color: 10002128.

HSL color Cylindrical-coordinate representation of color #D09E98: hue angle of 6.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09E98 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208158152-
CMYK00.240.270.18
HSL6.43º37.33%70.59%-
HSV(B)6.43º26.92%81.57%-
XYZ43.9140.1335.14-
YUV172.27116.56153.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=40.15%
G=30.50%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815815200.240.270.186.4337.3370.59
HexD09E980181B1262547
Octal3202362300303322645107
Binary11010000100111101001100001100011011100101101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E98; }

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

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

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

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

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

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

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

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