#DD8F95

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

Shades of Carissma #DD8F95

Tints of Carissma #DD8F95

Color information

#DD8F95 (or 0xDD8F95) is unknown color: approx Carissma. HEX triplet: DD, 8F and 95. RGB value is (221,143,149). Sum of RGB (Red+Green+Blue) = 221+143+149=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F95 is #22706A. Grayscale: #A7A7A7. Windows color (decimal): -2257003 or 9801693. OLE color: 9801693.

HSL color Cylindrical-coordinate representation of color #DD8F95: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8F95 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221143149-
CMYK00.350.330.13
HSL355.38º53.42%71.37%-
HSV(B)355.38º35.29%86.67%-
XYZ45.0737.1933.24-
YUV167.01117.84166.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=43.08%
G=27.88%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114314900.350.330.13355.3853.4271.37
HexDD8F9502321D1633547
Octal335217225043411554365107
Binary110111011000111110010101010001110000111011011000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F95; }

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

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

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

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

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

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

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

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