#DD8587

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

Shades of Carissma #DD8587

Tints of Carissma #DD8587

Color information

#DD8587 (or 0xDD8587) is unknown color: approx Carissma. HEX triplet: DD, 85 and 87. RGB value is (221,133,135). Sum of RGB (Red+Green+Blue) = 221+133+135=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8587 is #227A78. Grayscale: #9F9F9F. Windows color (decimal): -2259577 or 8881629. OLE color: 8881629.

HSL color Cylindrical-coordinate representation of color #DD8587: hue angle of 358.64º 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 #DD8587 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221133135-
CMYK00.400.390.13
HSL358.64º56.41%69.41%-
HSV(B)358.64º39.82%86.67%-
XYZ42.5833.927.22-
YUV159.54114.15171.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=45.19%
G=27.20%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113313500.400.390.13358.6456.4169.41
HexDD858702827D1673845
Octal335205207050471554770105
Binary110111011000010110000111010100010011111011011001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8587; }

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

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

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

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

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

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

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

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