#D3998A

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

Shades of Rose #D3998A

Tints of Rose #D3998A

Color information

#D3998A (or 0xD3998A) is unknown color: approx Rose. HEX triplet: D3, 99 and 8A. RGB value is (211,153,138). Sum of RGB (Red+Green+Blue) = 211+153+138=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D3998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3998A is #2C6675. Grayscale: #A8A8A8. Windows color (decimal): -2909814 or 9083347. OLE color: 9083347.

HSL color Cylindrical-coordinate representation of color #D3998A: hue angle of 12.33º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3998A is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB211153138-
CMYK00.270.350.17
HSL12.33º45.34%68.43%-
HSV(B)12.33º34.6%82.75%-
XYZ42.8438.4729.21-
YUV168.63110.72158.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=42.03%
G=30.48%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115313800.270.350.1712.3345.3468.43
HexD3998A01B2311c2d44
Octal32323121203343211455104
Binary1101001110011001100010100110111000111000111001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3998A; }

 p { color: rgb(211,153,138); }

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

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

 a { background-color: rgb(211,153,138); }

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

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

 span { border-color: rgb(211,153,138); }

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