#D2998D

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

Shades of Rose #D2998D

Tints of Rose #D2998D

Color information

#D2998D (or 0xD2998D) is unknown color: approx Rose. HEX triplet: D2, 99 and 8D. RGB value is (210,153,141). Sum of RGB (Red+Green+Blue) = 210+153+141=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2998D is #2D6672. Grayscale: #A8A8A8. Windows color (decimal): -2975347 or 9279954. OLE color: 9279954.

HSL color Cylindrical-coordinate representation of color #D2998D: hue angle of 10.43º degrees, saturation: 0.43, 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 #D2998D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210153141-
CMYK00.270.330.18
HSL10.43º43.4%68.82%-
HSV(B)10.43º32.86%82.35%-
XYZ42.7838.4130.36-
YUV168.68112.38157.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=41.67%
G=30.36%
B=27.98%

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
Decimal21015314100.270.330.1810.4343.468.82
HexD2998D01B2112a2b45
Octal32223121503341221253105
Binary1101001010011001100011010110111000011001010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2998D; }

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

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

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

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

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

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

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

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