#DD8099

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

Shades of Carissma #DD8099

Tints of Carissma #DD8099

Color information

#DD8099 (or 0xDD8099) is unknown color: approx Carissma. HEX triplet: DD, 80 and 99. RGB value is (221,128,153). Sum of RGB (Red+Green+Blue) = 221+128+153=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8099 is #227F66. Grayscale: #9E9E9E. Windows color (decimal): -2260839 or 10059997. OLE color: 10059997.

HSL color Cylindrical-coordinate representation of color #DD8099: hue angle of 343.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8099 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221128153-
CMYK00.420.310.13
HSL343.87º57.76%68.43%-
HSV(B)343.87º42.08%86.67%-
XYZ43.2933.1134.25-
YUV158.66124.81172.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=44.02%
G=25.50%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112815300.420.310.13343.8757.7668.43
HexDD809902A1FD1583a44
Octal335200231052371553072104
Binary11011101100000001001100101010101111111011010110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8099; }

 p { color: rgb(221,128,153); }

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

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

 a { background-color: rgb(221,128,153); }

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

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

 span { border-color: rgb(221,128,153); }

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