#D98387

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

Shades of Carissma #D98387

Tints of Carissma #D98387

Color information

#D98387 (or 0xD98387) is unknown color: approx Carissma. HEX triplet: D9, 83 and 87. RGB value is (217,131,135). Sum of RGB (Red+Green+Blue) = 217+131+135=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98387 is #267C78. Grayscale: #9D9D9D. Windows color (decimal): -2522233 or 8881113. OLE color: 8881113.

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

Color convert

RGB217131135-
CMYK00.400.380.15
HSL357.21º53.09%68.24%-
HSV(B)357.21º39.63%85.1%-
XYZ41.132.7327.07-
YUV157.17115.49170.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=44.93%
G=27.12%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713113500.400.380.15357.2153.0968.24
HexD9838702826F1653544
Octal331203207050461754565104
Binary110110011000001110000111010100010011011111011001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98387; }

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

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

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

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

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

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

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

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