#DD8C8D

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

Shades of Carissma #DD8C8D

Tints of Carissma #DD8C8D

Color information

#DD8C8D (or 0xDD8C8D) is unknown color: approx Carissma. HEX triplet: DD, 8C and 8D. RGB value is (221,140,141). Sum of RGB (Red+Green+Blue) = 221+140+141=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C8D is #227372. Grayscale: #A4A4A4. Windows color (decimal): -2257779 or 9276637. OLE color: 9276637.

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

Color convert

RGB221140141-
CMYK00.370.360.13
HSL359.26º54.36%70.78%-
HSV(B)359.26º36.65%86.67%-
XYZ4436.0529.84-
YUV164.33114.84168.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=44.02%
G=27.89%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114014100.370.360.13359.2654.3670.78
HexDD8C8D02524D1673647
Octal335214215045441554766107
Binary110111011000110010001101010010110010011011011001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C8D; }

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

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

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

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

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

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

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

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