#DD8087

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

Shades of Carissma #DD8087

Tints of Carissma #DD8087

Color information

#DD8087 (or 0xDD8087) is unknown color: approx Carissma. HEX triplet: DD, 80 and 87. RGB value is (221,128,135). Sum of RGB (Red+Green+Blue) = 221+128+135=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8087 is #227F78. Grayscale: #9C9C9C. Windows color (decimal): -2260857 or 8880349. OLE color: 8880349.

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

Color convert

RGB221128135-
CMYK00.420.390.13
HSL355.48º57.76%68.43%-
HSV(B)355.48º42.08%86.67%-
XYZ41.9132.5627-
YUV156.6115.81173.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=45.66%
G=26.45%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112813500.420.390.13355.4857.7668.43
HexDD808702A27D1633a44
Octal335200207052471554372104
Binary110111011000000010000111010101010011111011011000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8087; }

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

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

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

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

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

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

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

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