#DD8199

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

Shades of Carissma #DD8199

Tints of Carissma #DD8199

Color information

#DD8199 (or 0xDD8199) is unknown color: approx Carissma. HEX triplet: DD, 81 and 99. RGB value is (221,129,153). Sum of RGB (Red+Green+Blue) = 221+129+153=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8199 is #227E66. Grayscale: #9F9F9F. Windows color (decimal): -2260583 or 10060253. OLE color: 10060253.

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

Color convert

RGB221129153-
CMYK00.420.310.13
HSL344.35º57.5%68.63%-
HSV(B)344.35º41.63%86.67%-
XYZ43.4233.3734.29-
YUV159.24124.48172.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=43.94%
G=25.65%
B=30.42%

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
Decimal22112915300.420.310.13344.3557.568.63
HexDD819902A1FD1583a45
Octal335201231052371553072105
Binary11011101100000011001100101010101111111011010110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8199; }

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

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

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

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

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

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

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

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