#DD8493

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

Shades of Carissma #DD8493

Tints of Carissma #DD8493

Color information

#DD8493 (or 0xDD8493) is unknown color: approx Carissma. HEX triplet: DD, 84 and 93. RGB value is (221,132,147). Sum of RGB (Red+Green+Blue) = 221+132+147=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8493 is #227B6C. Grayscale: #A0A0A0. Windows color (decimal): -2259821 or 9667805. OLE color: 9667805.

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

Color convert

RGB221132147-
CMYK00.400.330.13
HSL349.89º56.69%69.22%-
HSV(B)349.89º40.27%86.67%-
XYZ43.3433.9831.88-
YUV160.32120.49171.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=44.2%
G=26.4%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113214700.400.330.13349.8956.6969.22
HexDD849302821D15e3945
Octal335204223050411553671105
Binary110111011000010010010011010100010000111011010111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8493; }

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

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

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

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

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

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

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

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