#DD8095

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

Shades of Carissma #DD8095

Tints of Carissma #DD8095

Color information

#DD8095 (or 0xDD8095) is unknown color: approx Carissma. HEX triplet: DD, 80 and 95. RGB value is (221,128,149). Sum of RGB (Red+Green+Blue) = 221+128+149=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8095 is #227F6A. Grayscale: #9E9E9E. Windows color (decimal): -2260843 or 9797853. OLE color: 9797853.

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

Color convert

RGB221128149-
CMYK00.420.330.13
HSL346.45º57.76%68.43%-
HSV(B)346.45º42.08%86.67%-
XYZ42.9632.9832.54-
YUV158.2122.81172.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=44.38%
G=25.70%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112814900.420.330.13346.4557.7668.43
HexDD809502A21D15a3a44
Octal335200225052411553272104
Binary110111011000000010010101010101010000111011010110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8095; }

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

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

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

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

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

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

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

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