#D98A8D

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

Shades of Carissma #D98A8D

Tints of Carissma #D98A8D

Color information

#D98A8D (or 0xD98A8D) is unknown color: approx Carissma. HEX triplet: D9, 8A and 8D. RGB value is (217,138,141). Sum of RGB (Red+Green+Blue) = 217+138+141=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A8D is #267572. Grayscale: #A2A2A2. Windows color (decimal): -2520435 or 9276121. OLE color: 9276121.

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

Color convert

RGB217138141-
CMYK00.360.350.15
HSL357.72º50.97%69.61%-
HSV(B)357.72º36.41%85.1%-
XYZ42.5134.8529.69-
YUV161.96116.17167.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=43.75%
G=27.82%
B=28.43%

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
Decimal21713814100.360.350.15357.7250.9769.61
HexD98A8D02423F1663346
Octal331212215044431754663106
Binary110110011000101010001101010010010001111111011001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A8D; }

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

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

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

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

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

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

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

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