#DD8187

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

Shades of Carissma #DD8187

Tints of Carissma #DD8187

Color information

#DD8187 (or 0xDD8187) is unknown color: approx Carissma. HEX triplet: DD, 81 and 87. RGB value is (221,129,135). Sum of RGB (Red+Green+Blue) = 221+129+135=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8187 is #227E78. Grayscale: #9D9D9D. Windows color (decimal): -2260601 or 8880605. OLE color: 8880605.

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

Color convert

RGB221129135-
CMYK00.420.390.13
HSL356.09º57.5%68.63%-
HSV(B)356.09º41.63%86.67%-
XYZ42.0432.8227.04-
YUV157.19115.48173.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=45.57%
G=26.60%
B=27.84%

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
Decimal22112913500.420.390.13356.0957.568.63
HexDD818702A27D1643a45
Octal335201207052471554472105
Binary110111011000000110000111010101010011111011011001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8187; }

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

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

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

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

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

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

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

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