#D9808C

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

Shades of Carissma #D9808C

Tints of Carissma #D9808C

Color information

#D9808C (or 0xD9808C) is unknown color: approx Carissma. HEX triplet: D9, 80 and 8C. RGB value is (217,128,140). Sum of RGB (Red+Green+Blue) = 217+128+140=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808C is #267F73. Grayscale: #9C9C9C. Windows color (decimal): -2522996 or 9208025. OLE color: 9208025.

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

Color convert

RGB217128140-
CMYK00.410.350.15
HSL351.91º53.94%67.65%-
HSV(B)351.91º41.01%85.1%-
XYZ41.0732.0828.84-
YUV155.98118.99171.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=44.74%
G=26.39%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814000.410.350.15351.9153.9467.65
HexD9808C02923F1603644
Octal331200214051431754066104
Binary110110011000000010001100010100110001111111011000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9808C; }

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

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

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

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

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

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

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

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