#DF8397

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

Shades of Carissma #DF8397

Tints of Carissma #DF8397

Color information

#DF8397 (or 0xDF8397) is unknown color: approx Carissma. HEX triplet: DF, 83 and 97. RGB value is (223,131,151). Sum of RGB (Red+Green+Blue) = 223+131+151=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8397 is #207C68. Grayscale: #A0A0A0. Windows color (decimal): -2129001 or 9929695. OLE color: 9929695.

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

Color convert

RGB223131151-
CMYK00.410.320.13
HSL346.96º58.97%69.41%-
HSV(B)346.96º41.26%87.45%-
XYZ44.1334.1533.54-
YUV160.79122.48172.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=44.16%
G=25.94%
B=29.90%

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
Decimal22313115100.410.320.13346.9658.9769.41
HexDF839702920D15b3b45
Octal337203227051401553373105
Binary110111111000001110010111010100110000011011010110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8397; }

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

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

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

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

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

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

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

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