#D98291

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

Shades of Carissma #D98291

Tints of Carissma #D98291

Color information

#D98291 (or 0xD98291) is unknown color: approx Carissma. HEX triplet: D9, 82 and 91. RGB value is (217,130,145). Sum of RGB (Red+Green+Blue) = 217+130+145=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D98291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98291 is #267D6E. Grayscale: #9D9D9D. Windows color (decimal): -2522479 or 9536217. OLE color: 9536217.

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

Color convert

RGB217130145-
CMYK00.400.330.15
HSL349.66º53.37%68.04%-
HSV(B)349.66º40.09%85.1%-
XYZ41.7132.7630.91-
YUV157.72120.82170.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=44.11%
G=26.42%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713014500.400.330.15349.6653.3768.04
HexD9829102821F15e3544
Octal331202221050411753665104
Binary110110011000001010010001010100010000111111010111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98291; }

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

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

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

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

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

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

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

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