#DF859D

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

Shades of Carissma #DF859D

Tints of Carissma #DF859D

Color information

#DF859D (or 0xDF859D) is unknown color: approx Carissma. HEX triplet: DF, 85 and 9D. RGB value is (223,133,157). Sum of RGB (Red+Green+Blue) = 223+133+157=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859D is #207A62. Grayscale: #A2A2A2. Windows color (decimal): -2128483 or 10323423. OLE color: 10323423.

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

Color convert

RGB223133157-
CMYK00.400.300.13
HSL344º58.44%69.8%-
HSV(B)344º40.36%87.45%-
XYZ44.934.936.27-
YUV162.65124.82171.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=43.47%
G=25.93%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313315700.400.300.1334458.4469.8
HexDF859D0281ED1583a46
Octal337205235050361553072106
Binary11011111100001011001110101010001111011011010110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF859D; }

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

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

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

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

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

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

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

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