#DD8389

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

Shades of Carissma #DD8389

Tints of Carissma #DD8389

Color information

#DD8389 (or 0xDD8389) is unknown color: approx Carissma. HEX triplet: DD, 83 and 89. RGB value is (221,131,137). Sum of RGB (Red+Green+Blue) = 221+131+137=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8389 is #227C76. Grayscale: #9E9E9E. Windows color (decimal): -2260087 or 9012189. OLE color: 9012189.

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

Color convert

RGB221131137-
CMYK00.410.380.13
HSL356º56.96%69.02%-
HSV(B)356º40.72%86.67%-
XYZ42.4533.4127.88-
YUV158.59115.82172.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=45.19%
G=26.79%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113113700.410.380.1335656.9669.02
HexDD838902926D1643945
Octal335203211051461554471105
Binary110111011000001110001001010100110011011011011001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8389; }

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

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

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

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

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

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

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

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