#DD8397

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

Shades of Carissma #DD8397

Tints of Carissma #DD8397

Color information

#DD8397 (or 0xDD8397) is unknown color: approx Carissma. HEX triplet: DD, 83 and 97. RGB value is (221,131,151). Sum of RGB (Red+Green+Blue) = 221+131+151=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8397 is #227C68. Grayscale: #A0A0A0. Windows color (decimal): -2260073 or 9929693. OLE color: 9929693.

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

Color convert

RGB221131151-
CMYK00.410.320.13
HSL346.67º56.96%69.02%-
HSV(B)346.67º40.72%86.67%-
XYZ43.5233.8433.52-
YUV160.19122.82171.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=43.94%
G=26.04%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113115100.410.320.13346.6756.9669.02
HexDD839702920D15b3945
Octal335203227051401553371105
Binary110111011000001110010111010100110000011011010110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8397; }

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

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

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

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

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

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

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

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