#D88489

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

Shades of Carissma #D88489

Tints of Carissma #D88489

Color information

#D88489 (or 0xD88489) is unknown color: approx Carissma. HEX triplet: D8, 84 and 89. RGB value is (216,132,137). Sum of RGB (Red+Green+Blue) = 216+132+137=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88489 is #277B76. Grayscale: #9D9D9D. Windows color (decimal): -2587511 or 9012440. OLE color: 9012440.

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

Color convert

RGB216132137-
CMYK00.390.370.15
HSL356.43º51.85%68.24%-
HSV(B)356.43º38.89%84.71%-
XYZ41.0932.9127.85-
YUV157.69116.33169.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=44.54%
G=27.22%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613213700.390.370.15356.4351.8568.24
HexD8848902725F1643444
Octal330204211047451754464104
Binary110110001000010010001001010011110010111111011001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88489; }

 p { color: rgb(216,132,137); }

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

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

 a { background-color: rgb(216,132,137); }

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

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

 span { border-color: rgb(216,132,137); }

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