#DF8595

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

Shades of Carissma #DF8595

Tints of Carissma #DF8595

Color information

#DF8595 (or 0xDF8595) is unknown color: approx Carissma. HEX triplet: DF, 85 and 95. RGB value is (223,133,149). Sum of RGB (Red+Green+Blue) = 223+133+149=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8595 is #207A6A. Grayscale: #A1A1A1. Windows color (decimal): -2128491 or 9799135. OLE color: 9799135.

HSL color Cylindrical-coordinate representation of color #DF8595: hue angle of 349.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8595 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223133149-
CMYK00.400.330.13
HSL349.33º58.44%69.8%-
HSV(B)349.33º40.36%87.45%-
XYZ44.2434.6332.79-
YUV161.73120.82171.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=44.16%
G=26.34%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313314900.400.330.13349.3358.4469.8
HexDF859502821D15d3a46
Octal337205225050411553572106
Binary110111111000010110010101010100010000111011010111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8595; }

 p { color: rgb(223,133,149); }

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

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

 a { background-color: rgb(223,133,149); }

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

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

 span { border-color: rgb(223,133,149); }

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