#DF8486

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

Shades of Carissma #DF8486

Tints of Carissma #DF8486

Color information

#DF8486 (or 0xDF8486) is unknown color: approx Carissma. HEX triplet: DF, 84 and 86. RGB value is (223,132,134). Sum of RGB (Red+Green+Blue) = 223+132+134=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8486 is #207B79. Grayscale: #9F9F9F. Windows color (decimal): -2128762 or 8815839. OLE color: 8815839.

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

Color convert

RGB223132134-
CMYK00.410.400.13
HSL358.68º58.71%69.61%-
HSV(B)358.68º40.81%87.45%-
XYZ42.9933.9126.83-
YUV159.44113.65173.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=45.60%
G=26.99%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313213400.410.400.13358.6858.7169.61
HexDF848602928D1673b46
Octal337204206051501554773106
Binary110111111000010010000110010100110100011011011001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8486; }

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

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

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

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

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

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

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

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