#DD8299

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

Shades of Carissma #DD8299

Tints of Carissma #DD8299

Color information

#DD8299 (or 0xDD8299) is unknown color: approx Carissma. HEX triplet: DD, 82 and 99. RGB value is (221,130,153). Sum of RGB (Red+Green+Blue) = 221+130+153=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8299 is #227D66. Grayscale: #9F9F9F. Windows color (decimal): -2260327 or 10060509. OLE color: 10060509.

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

Color convert

RGB221130153-
CMYK00.410.310.13
HSL344.84º57.23%68.82%-
HSV(B)344.84º41.18%86.67%-
XYZ43.5533.6434.33-
YUV159.83124.15171.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=43.85%
G=25.79%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113015300.410.310.13344.8457.2368.82
HexDD82990291FD1593945
Octal335202231051371553171105
Binary11011101100000101001100101010011111111011010110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8299; }

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

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

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

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

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

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

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

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