#DD8386

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

Shades of Carissma #DD8386

Tints of Carissma #DD8386

Color information

#DD8386 (or 0xDD8386) is unknown color: approx Carissma. HEX triplet: DD, 83 and 86. RGB value is (221,131,134). Sum of RGB (Red+Green+Blue) = 221+131+134=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8386 is #227C79. Grayscale: #9E9E9E. Windows color (decimal): -2260090 or 8815581. OLE color: 8815581.

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

Color convert

RGB221131134-
CMYK00.410.390.13
HSL358º56.96%69.02%-
HSV(B)358º40.72%86.67%-
XYZ42.2433.3326.76-
YUV158.25114.32172.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=45.47%
G=26.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113113400.410.390.1335856.9669.02
HexDD838602927D1663945
Octal335203206051471554671105
Binary110111011000001110000110010100110011111011011001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8386; }

 p { color: rgb(221,131,134); }

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

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

 a { background-color: rgb(221,131,134); }

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

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

 span { border-color: rgb(221,131,134); }

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