#DD8496

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

Shades of Carissma #DD8496

Tints of Carissma #DD8496

Color information

#DD8496 (or 0xDD8496) is unknown color: approx Carissma. HEX triplet: DD, 84 and 96. RGB value is (221,132,150). Sum of RGB (Red+Green+Blue) = 221+132+150=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8496 is #227B69. Grayscale: #A0A0A0. Windows color (decimal): -2259818 or 9864413. OLE color: 9864413.

HSL color Cylindrical-coordinate representation of color #DD8496: hue angle of 347.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8496 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221132150-
CMYK00.400.320.13
HSL347.87º56.69%69.22%-
HSV(B)347.87º40.27%86.67%-
XYZ43.5834.0833.13-
YUV160.66121.99171.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=43.94%
G=26.24%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113215000.400.320.13347.8756.6969.22
HexDD849602820D15c3945
Octal335204226050401553471105
Binary110111011000010010010110010100010000011011010111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8496; }

 p { color: rgb(221,132,150); }

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

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

 a { background-color: rgb(221,132,150); }

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

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

 span { border-color: rgb(221,132,150); }

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