#D98295

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

Shades of Carissma #D98295

Tints of Carissma #D98295

Color information

#D98295 (or 0xD98295) is unknown color: approx Carissma. HEX triplet: D9, 82 and 95. RGB value is (217,130,149). Sum of RGB (Red+Green+Blue) = 217+130+149=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98295 is #267D6A. Grayscale: #9E9E9E. Windows color (decimal): -2522475 or 9798361. OLE color: 9798361.

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

Color convert

RGB217130149-
CMYK00.400.310.15
HSL346.9º53.37%68.04%-
HSV(B)346.9º40.09%85.1%-
XYZ42.0232.8932.57-
YUV158.18122.82169.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=43.75%
G=26.21%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713014900.400.310.15346.953.3768.04
HexD982950281FF15b3544
Octal331202225050371753365104
Binary11011001100000101001010101010001111111111010110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98295; }

 p { color: rgb(217,130,149); }

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

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

 a { background-color: rgb(217,130,149); }

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

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

 span { border-color: rgb(217,130,149); }

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