#DD8791

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

Shades of Carissma #DD8791

Tints of Carissma #DD8791

Color information

#DD8791 (or 0xDD8791) is unknown color: approx Carissma. HEX triplet: DD, 87 and 91. RGB value is (221,135,145). Sum of RGB (Red+Green+Blue) = 221+135+145=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8791 is #22786E. Grayscale: #A1A1A1. Windows color (decimal): -2259055 or 9537501. OLE color: 9537501.

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

Color convert

RGB221135145-
CMYK00.390.340.13
HSL353.02º55.84%69.8%-
HSV(B)353.02º38.91%86.67%-
XYZ43.5934.7431.2-
YUV161.85118.49170.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=44.11%
G=26.95%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113514500.390.340.13353.0255.8469.8
HexDD879102722D1613846
Octal335207221047421554170106
Binary110111011000011110010001010011110001011011011000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8791; }

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

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

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

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

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

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

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

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