#DF8085

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

Shades of Carissma #DF8085

Tints of Carissma #DF8085

Color information

#DF8085 (or 0xDF8085) is unknown color: approx Carissma. HEX triplet: DF, 80 and 85. RGB value is (223,128,133). Sum of RGB (Red+Green+Blue) = 223+128+133=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8085 is #207F7A. Grayscale: #9D9D9D. Windows color (decimal): -2129787 or 8749279. OLE color: 8749279.

HSL color Cylindrical-coordinate representation of color #DF8085: hue angle of 356.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8085 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223128133-
CMYK00.430.400.13
HSL356.84º59.75%68.82%-
HSV(B)356.84º42.6%87.45%-
XYZ42.3832.8226.29-
YUV156.98114.47175.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=46.07%
G=26.45%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312813300.430.400.13356.8459.7568.82
HexDF808502B28D1653c45
Octal337200205053501554574105
Binary110111111000000010000101010101110100011011011001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8085; }

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

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

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

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

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

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

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

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