#DD8789

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

Shades of Carissma #DD8789

Tints of Carissma #DD8789

Color information

#DD8789 (or 0xDD8789) is unknown color: approx Carissma. HEX triplet: DD, 87 and 89. RGB value is (221,135,137). Sum of RGB (Red+Green+Blue) = 221+135+137=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8789 is #227876. Grayscale: #A1A1A1. Windows color (decimal): -2259063 or 9013213. OLE color: 9013213.

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

Color convert

RGB221135137-
CMYK00.390.380.13
HSL358.6º55.84%69.8%-
HSV(B)358.6º38.91%86.67%-
XYZ4334.5128.06-
YUV160.94114.49170.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=44.83%
G=27.38%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113513700.390.380.13358.655.8469.8
HexDD878902726D1673846
Octal335207211047461554770106
Binary110111011000011110001001010011110011011011011001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8789; }

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

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

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

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

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

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

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

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