#DD8691

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

Shades of Carissma #DD8691

Tints of Carissma #DD8691

Color information

#DD8691 (or 0xDD8691) is unknown color: approx Carissma. HEX triplet: DD, 86 and 91. RGB value is (221,134,145). Sum of RGB (Red+Green+Blue) = 221+134+145=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8691 is #22796E. Grayscale: #A1A1A1. Windows color (decimal): -2259311 or 9537245. OLE color: 9537245.

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

Color convert

RGB221134145-
CMYK00.390.340.13
HSL352.41º56.13%69.61%-
HSV(B)352.41º39.37%86.67%-
XYZ43.4534.4731.15-
YUV161.27118.82170.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 145 (57.03% from 255) = 29%
R=44.2%
G=26.8%
B=29%

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
Decimal22113414500.390.340.13352.4156.1369.61
HexDD869102722D1603846
Octal335206221047421554070106
Binary110111011000011010010001010011110001011011011000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8691; }

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

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

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

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

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

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

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

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