#D98490

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

Shades of Carissma #D98490

Tints of Carissma #D98490

Color information

#D98490 (or 0xD98490) is unknown color: approx Carissma. HEX triplet: D9, 84 and 90. RGB value is (217,132,144). Sum of RGB (Red+Green+Blue) = 217+132+144=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98490 is #267B6F. Grayscale: #9E9E9E. Windows color (decimal): -2521968 or 9471193. OLE color: 9471193.

HSL color Cylindrical-coordinate representation of color #D98490: hue angle of 351.53º 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 #D98490 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217132144-
CMYK00.390.340.15
HSL351.53º52.8%68.43%-
HSV(B)351.53º39.17%85.1%-
XYZ41.933.2730.6-
YUV158.78119.66169.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=44.02%
G=26.77%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713214400.390.340.15351.5352.868.43
HexD9849002722F1603544
Octal331204220047421754065104
Binary110110011000010010010000010011110001011111011000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98490; }

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

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

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

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

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

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

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

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