#DF8492

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

Shades of Carissma #DF8492

Tints of Carissma #DF8492

Color information

#DF8492 (or 0xDF8492) is unknown color: approx Carissma. HEX triplet: DF, 84 and 92. RGB value is (223,132,146). Sum of RGB (Red+Green+Blue) = 223+132+146=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8492 is #207B6D. Grayscale: #A0A0A0. Windows color (decimal): -2128750 or 9602271. OLE color: 9602271.

HSL color Cylindrical-coordinate representation of color #DF8492: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8492 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223132146-
CMYK00.410.350.13
HSL350.77º58.71%69.61%-
HSV(B)350.77º40.81%87.45%-
XYZ43.8734.2731.5-
YUV160.8119.65172.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=44.51%
G=26.35%
B=29.14%

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
Decimal22313214600.410.350.13350.7758.7169.61
HexDF849202923D15f3b46
Octal337204222051431553773106
Binary110111111000010010010010010100110001111011010111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8492; }

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

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

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

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

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

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

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

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