#D98487

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

Shades of Carissma #D98487

Tints of Carissma #D98487

Color information

#D98487 (or 0xD98487) is unknown color: approx Carissma. HEX triplet: D9, 84 and 87. RGB value is (217,132,135). Sum of RGB (Red+Green+Blue) = 217+132+135=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98487 is #267B78. Grayscale: #9D9D9D. Windows color (decimal): -2521977 or 8881369. OLE color: 8881369.

HSL color Cylindrical-coordinate representation of color #D98487: hue angle of 357.88º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98487 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217132135-
CMYK00.390.380.15
HSL357.88º52.8%68.43%-
HSV(B)357.88º39.17%85.1%-
XYZ41.243327.12-
YUV157.76115.16170.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=44.83%
G=27.27%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713213500.390.380.15357.8852.868.43
HexD9848702726F1663544
Octal331204207047461754665104
Binary110110011000010010000111010011110011011111011001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98487; }

 p { color: rgb(217,132,135); }

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

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

 a { background-color: rgb(217,132,135); }

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

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

 span { border-color: rgb(217,132,135); }

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