#D98292

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

Shades of Carissma #D98292

Tints of Carissma #D98292

Color information

#D98292 (or 0xD98292) is unknown color: approx Carissma. HEX triplet: D9, 82 and 92. RGB value is (217,130,146). Sum of RGB (Red+Green+Blue) = 217+130+146=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98292 is #267D6D. Grayscale: #9D9D9D. Windows color (decimal): -2522478 or 9601753. OLE color: 9601753.

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

Color convert

RGB217130146-
CMYK00.400.330.15
HSL348.97º53.37%68.04%-
HSV(B)348.97º40.09%85.1%-
XYZ41.7932.7931.32-
YUV157.84121.32170.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=44.02%
G=26.37%
B=29.61%

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
Decimal21713014600.400.330.15348.9753.3768.04
HexD9829202821F15d3544
Octal331202222050411753565104
Binary110110011000001010010010010100010000111111010111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98292; }

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

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

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

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

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

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

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

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