#DD8388

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

Shades of Carissma #DD8388

Tints of Carissma #DD8388

Color information

#DD8388 (or 0xDD8388) is unknown color: approx Carissma. HEX triplet: DD, 83 and 88. RGB value is (221,131,136). Sum of RGB (Red+Green+Blue) = 221+131+136=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8388 is #227C77. Grayscale: #9E9E9E. Windows color (decimal): -2260088 or 8946653. OLE color: 8946653.

HSL color Cylindrical-coordinate representation of color #DD8388: hue angle of 356.67º 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 #DD8388 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221131136-
CMYK00.410.380.13
HSL356.67º56.96%69.02%-
HSV(B)356.67º40.72%86.67%-
XYZ42.3833.3827.5-
YUV158.48115.32172.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=45.29%
G=26.84%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113113600.410.380.13356.6756.9669.02
HexDD838802926D1653945
Octal335203210051461554571105
Binary110111011000001110001000010100110011011011011001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8388; }

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

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

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

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

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

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

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

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