#D2998C

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

Shades of Rose #D2998C

Tints of Rose #D2998C

Color information

#D2998C (or 0xD2998C) is unknown color: approx Rose. HEX triplet: D2, 99 and 8C. RGB value is (210,153,140). Sum of RGB (Red+Green+Blue) = 210+153+140=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2998C is #2D6673. Grayscale: #A8A8A8. Windows color (decimal): -2975348 or 9214418. OLE color: 9214418.

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

Color convert

RGB210153140-
CMYK00.270.330.18
HSL11.14º43.75%68.63%-
HSV(B)11.14º33.33%82.35%-
XYZ42.738.3829.97-
YUV168.56111.88157.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=41.75%
G=30.42%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015314000.270.330.1811.1443.7568.63
HexD2998C01B2112b2c45
Octal32223121403341221354105
Binary1101001010011001100011000110111000011001010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2998C; }

 p { color: rgb(210,153,140); }

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

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

 a { background-color: rgb(210,153,140); }

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

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

 span { border-color: rgb(210,153,140); }

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