#DF8589

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

Shades of Carissma #DF8589

Tints of Carissma #DF8589

Color information

#DF8589 (or 0xDF8589) is unknown color: approx Carissma. HEX triplet: DF, 85 and 89. RGB value is (223,133,137). Sum of RGB (Red+Green+Blue) = 223+133+137=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8589 is #207A76. Grayscale: #A0A0A0. Windows color (decimal): -2128503 or 9012703. OLE color: 9012703.

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

Color convert

RGB223133137-
CMYK00.400.390.13
HSL357.33º58.44%69.8%-
HSV(B)357.33º40.36%87.45%-
XYZ43.3334.2728-
YUV160.37114.82172.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=45.23%
G=26.98%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313313700.400.390.13357.3358.4469.8
HexDF858902827D1653a46
Octal337205211050471554572106
Binary110111111000010110001001010100010011111011011001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8589; }

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

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

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

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

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

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

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

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