#DF8396

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

Shades of Carissma #DF8396

Tints of Carissma #DF8396

Color information

#DF8396 (or 0xDF8396) is unknown color: approx Carissma. HEX triplet: DF, 83 and 96. RGB value is (223,131,150). Sum of RGB (Red+Green+Blue) = 223+131+150=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8396 is #207C69. Grayscale: #A0A0A0. Windows color (decimal): -2129002 or 9864159. OLE color: 9864159.

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

Color convert

RGB223131150-
CMYK00.410.330.13
HSL347.61º58.97%69.41%-
HSV(B)347.61º41.26%87.45%-
XYZ44.0534.1233.12-
YUV160.67121.98172.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=44.25%
G=25.99%
B=29.76%

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
Decimal22313115000.410.330.13347.6158.9769.41
HexDF839602921D15c3b45
Octal337203226051411553473105
Binary110111111000001110010110010100110000111011010111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8396; }

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

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

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

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

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

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

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

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