#DD8289

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

Shades of Carissma #DD8289

Tints of Carissma #DD8289

Color information

#DD8289 (or 0xDD8289) is unknown color: approx Carissma. HEX triplet: DD, 82 and 89. RGB value is (221,130,137). Sum of RGB (Red+Green+Blue) = 221+130+137=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8289 is #227D76. Grayscale: #9E9E9E. Windows color (decimal): -2260343 or 9011933. OLE color: 9011933.

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

Color convert

RGB221130137-
CMYK00.410.380.13
HSL355.38º57.23%68.82%-
HSV(B)355.38º41.18%86.67%-
XYZ42.3233.1427.83-
YUV158.01116.15172.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=45.29%
G=26.64%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113013700.410.380.13355.3857.2368.82
HexDD828902926D1633945
Octal335202211051461554371105
Binary110111011000001010001001010100110011011011011000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8289; }

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

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

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

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

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

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

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

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