#DF8392

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

Shades of Carissma #DF8392

Tints of Carissma #DF8392

Color information

#DF8392 (or 0xDF8392) is unknown color: approx Carissma. HEX triplet: DF, 83 and 92. RGB value is (223,131,146). Sum of RGB (Red+Green+Blue) = 223+131+146=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8392 is #207C6D. Grayscale: #A0A0A0. Windows color (decimal): -2129006 or 9602015. OLE color: 9602015.

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

Color convert

RGB223131146-
CMYK00.410.350.13
HSL350.22º58.97%69.41%-
HSV(B)350.22º41.26%87.45%-
XYZ43.743431.45-
YUV160.22119.98172.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=44.6%
G=26.2%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313114600.410.350.13350.2258.9769.41
HexDF839202923D15e3b45
Octal337203222051431553673105
Binary110111111000001110010010010100110001111011010111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8392; }

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

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

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

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

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

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

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

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