#DD8399

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

Shades of Carissma #DD8399

Tints of Carissma #DD8399

Color information

#DD8399 (or 0xDD8399) is unknown color: approx Carissma. HEX triplet: DD, 83 and 99. RGB value is (221,131,153). Sum of RGB (Red+Green+Blue) = 221+131+153=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8399 is #227C66. Grayscale: #A0A0A0. Windows color (decimal): -2260071 or 10060765. OLE color: 10060765.

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

Color convert

RGB221131153-
CMYK00.410.310.13
HSL345.33º56.96%69.02%-
HSV(B)345.33º40.72%86.67%-
XYZ43.6833.934.38-
YUV160.42123.82171.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=43.76%
G=25.94%
B=30.30%

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
Decimal22113115300.410.310.13345.3356.9669.02
HexDD83990291FD1593945
Octal335203231051371553171105
Binary11011101100000111001100101010011111111011010110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8399; }

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

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

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

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

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

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

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

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