#DD8394

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

Shades of Carissma #DD8394

Tints of Carissma #DD8394

Color information

#DD8394 (or 0xDD8394) is unknown color: approx Carissma. HEX triplet: DD, 83 and 94. RGB value is (221,131,148). Sum of RGB (Red+Green+Blue) = 221+131+148=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8394 is #227C6B. Grayscale: #9F9F9F. Windows color (decimal): -2260076 or 9733085. OLE color: 9733085.

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

Color convert

RGB221131148-
CMYK00.410.330.13
HSL348.67º56.96%69.02%-
HSV(B)348.67º40.72%86.67%-
XYZ43.2833.7432.25-
YUV159.85121.32171.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=44.2%
G=26.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113114800.410.330.13348.6756.9669.02
HexDD839402921D15d3945
Octal335203224051411553571105
Binary110111011000001110010100010100110000111011010111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8394; }

 p { color: rgb(221,131,148); }

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

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

 a { background-color: rgb(221,131,148); }

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

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

 span { border-color: rgb(221,131,148); }

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