#DD8D8E

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

Shades of Carissma #DD8D8E

Tints of Carissma #DD8D8E

Color information

#DD8D8E (or 0xDD8D8E) is unknown color: approx Carissma. HEX triplet: DD, 8D and 8E. RGB value is (221,141,142). Sum of RGB (Red+Green+Blue) = 221+141+142=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D8E is #227271. Grayscale: #A5A5A5. Windows color (decimal): -2257522 or 9342429. OLE color: 9342429.

HSL color Cylindrical-coordinate representation of color #DD8D8E: hue angle of 359.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8D8E is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221141142-
CMYK00.360.360.13
HSL359.25º54.05%70.98%-
HSV(B)359.25º36.2%86.67%-
XYZ44.2336.3730.28-
YUV165.03115167.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=43.85%
G=27.98%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114114200.360.360.13359.2554.0570.98
HexDD8D8E02424D1673647
Octal335215216044441554766107
Binary110111011000110110001110010010010010011011011001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D8E; }

 p { color: rgb(221,141,142); }

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

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

 a { background-color: rgb(221,141,142); }

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

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

 span { border-color: rgb(221,141,142); }

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