#D98094

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

Shades of Carissma #D98094

Tints of Carissma #D98094

Color information

#D98094 (or 0xD98094) is unknown color: approx Carissma. HEX triplet: D9, 80 and 94. RGB value is (217,128,148). Sum of RGB (Red+Green+Blue) = 217+128+148=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98094 is #267F6B. Grayscale: #9C9C9C. Windows color (decimal): -2522988 or 9732313. OLE color: 9732313.

HSL color Cylindrical-coordinate representation of color #D98094: hue angle of 346.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98094 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217128148-
CMYK00.410.320.15
HSL346.52º53.94%67.65%-
HSV(B)346.52º41.01%85.1%-
XYZ41.6832.3332.06-
YUV156.89122.99170.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=44.02%
G=25.96%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814800.410.320.15346.5253.9467.65
HexD9809402920F15b3644
Octal331200224051401753366104
Binary110110011000000010010100010100110000011111010110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98094; }

 p { color: rgb(217,128,148); }

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

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

 a { background-color: rgb(217,128,148); }

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

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

 span { border-color: rgb(217,128,148); }

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