#D99F98

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

Shades of Rose #D99F98

Tints of Rose #D99F98

Color information

#D99F98 (or 0xD99F98) is unknown color: approx Rose. HEX triplet: D9, 9F and 98. RGB value is (217,159,152). Sum of RGB (Red+Green+Blue) = 217+159+152=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F98 is #266067. Grayscale: #AFAFAF. Windows color (decimal): -2515048 or 10002393. OLE color: 10002393.

HSL color Cylindrical-coordinate representation of color #D99F98: hue angle of 6.46º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99F98 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217159152-
CMYK00.270.300.15
HSL6.46º46.1%72.35%-
HSV(B)6.46º29.95%85.1%-
XYZ46.6841.8135.32-
YUV175.54114.72157.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=41.10%
G=30.11%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715915200.270.300.156.4646.172.35
HexD99F9801B1EF62e48
Octal3312372300333617656110
Binary1101100110011111100110000110111111011111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F98; }

 p { color: rgb(217,159,152); }

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

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

 a { background-color: rgb(217,159,152); }

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

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

 span { border-color: rgb(217,159,152); }

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