#DD8889

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

Shades of Carissma #DD8889

Tints of Carissma #DD8889

Color information

#DD8889 (or 0xDD8889) is unknown color: approx Carissma. HEX triplet: DD, 88 and 89. RGB value is (221,136,137). Sum of RGB (Red+Green+Blue) = 221+136+137=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8889 is #227776. Grayscale: #A1A1A1. Windows color (decimal): -2258807 or 9013469. OLE color: 9013469.

HSL color Cylindrical-coordinate representation of color #DD8889: hue angle of 359.29º degrees, saturation: 0.56, 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 #DD8889 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221136137-
CMYK00.380.380.13
HSL359.29º55.56%70%-
HSV(B)359.29º38.46%86.67%-
XYZ43.1434.7928.11-
YUV161.53114.16170.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=44.74%
G=27.53%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113613700.380.380.13359.2955.5670
HexDD888902626D1673846
Octal335210211046461554770106
Binary110111011000100010001001010011010011011011011001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8889; }

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

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

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

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

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

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

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

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