#D98493

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

Shades of Carissma #D98493

Tints of Carissma #D98493

Color information

#D98493 (or 0xD98493) is unknown color: approx Carissma. HEX triplet: D9, 84 and 93. RGB value is (217,132,147). Sum of RGB (Red+Green+Blue) = 217+132+147=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98493 is #267B6C. Grayscale: #9F9F9F. Windows color (decimal): -2521965 or 9667801. OLE color: 9667801.

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

Color convert

RGB217132147-
CMYK00.390.320.15
HSL349.41º52.8%68.43%-
HSV(B)349.41º39.17%85.1%-
XYZ42.1333.3631.82-
YUV159.12121.16169.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=43.75%
G=26.61%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713214700.390.320.15349.4152.868.43
HexD9849302720F15d3544
Octal331204223047401753565104
Binary110110011000010010010011010011110000011111010111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98493; }

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

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

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

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

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

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

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

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