#D98090

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

Shades of Carissma #D98090

Tints of Carissma #D98090

Color information

#D98090 (or 0xD98090) is unknown color: approx Carissma. HEX triplet: D9, 80 and 90. RGB value is (217,128,144). Sum of RGB (Red+Green+Blue) = 217+128+144=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D98090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98090 is #267F6F. Grayscale: #9C9C9C. Windows color (decimal): -2522992 or 9470169. OLE color: 9470169.

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

Color convert

RGB217128144-
CMYK00.410.340.15
HSL349.21º53.94%67.65%-
HSV(B)349.21º41.01%85.1%-
XYZ41.3732.230.42-
YUV156.44120.99171.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=44.38%
G=26.18%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814400.410.340.15349.2153.9467.65
HexD9809002922F15d3644
Octal331200220051421753566104
Binary110110011000000010010000010100110001011111010111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98090; }

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

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

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

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

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

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

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

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