#D98A8E

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

Shades of Carissma #D98A8E

Tints of Carissma #D98A8E

Color information

#D98A8E (or 0xD98A8E) is unknown color: approx Carissma. HEX triplet: D9, 8A and 8E. RGB value is (217,138,142). Sum of RGB (Red+Green+Blue) = 217+138+142=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A8E is #267571. Grayscale: #A2A2A2. Windows color (decimal): -2520434 or 9341657. OLE color: 9341657.

HSL color Cylindrical-coordinate representation of color #D98A8E: hue angle of 356.96º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98A8E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217138142-
CMYK00.360.350.15
HSL356.96º50.97%69.61%-
HSV(B)356.96º36.41%85.1%-
XYZ42.5934.8830.08-
YUV162.08116.67167.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=43.66%
G=27.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713814200.360.350.15356.9650.9769.61
HexD98A8E02423F1653346
Octal331212216044431754563106
Binary110110011000101010001110010010010001111111011001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A8E; }

 p { color: rgb(217,138,142); }

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

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

 a { background-color: rgb(217,138,142); }

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

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

 span { border-color: rgb(217,138,142); }

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