#DD8589

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

Shades of Carissma #DD8589

Tints of Carissma #DD8589

Color information

#DD8589 (or 0xDD8589) is unknown color: approx Carissma. HEX triplet: DD, 85 and 89. RGB value is (221,133,137). Sum of RGB (Red+Green+Blue) = 221+133+137=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8589 is #227A76. Grayscale: #9F9F9F. Windows color (decimal): -2259575 or 9012701. OLE color: 9012701.

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

Color convert

RGB221133137-
CMYK00.400.380.13
HSL357.27º56.41%69.41%-
HSV(B)357.27º39.82%86.67%-
XYZ42.7233.9527.97-
YUV159.77115.15171.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=45.01%
G=27.09%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113313700.400.380.13357.2756.4169.41
HexDD858902826D1653845
Octal335205211050461554570105
Binary110111011000010110001001010100010011011011011001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8589; }

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

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

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

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

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

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

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

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