#DD898D

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

Shades of Carissma #DD898D

Tints of Carissma #DD898D

Color information

#DD898D (or 0xDD898D) is unknown color: approx Carissma. HEX triplet: DD, 89 and 8D. RGB value is (221,137,141). Sum of RGB (Red+Green+Blue) = 221+137+141=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD898D is #227672. Grayscale: #A2A2A2. Windows color (decimal): -2258547 or 9275869. OLE color: 9275869.

HSL color Cylindrical-coordinate representation of color #DD898D: hue angle of 357.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD898D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221137141-
CMYK00.380.360.13
HSL357.14º55.26%70.2%-
HSV(B)357.14º38.01%86.67%-
XYZ43.5735.1929.69-
YUV162.57115.83169.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=44.29%
G=27.45%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113714100.380.360.13357.1455.2670.2
HexDD898D02624D1653746
Octal335211215046441554567106
Binary110111011000100110001101010011010010011011011001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD898D; }

 p { color: rgb(221,137,141); }

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

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

 a { background-color: rgb(221,137,141); }

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

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

 span { border-color: rgb(221,137,141); }

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