#DF859B

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

Shades of Carissma #DF859B

Tints of Carissma #DF859B

Color information

#DF859B (or 0xDF859B) is unknown color: approx Carissma. HEX triplet: DF, 85 and 9B. RGB value is (223,133,155). Sum of RGB (Red+Green+Blue) = 223+133+155=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859B is #207A64. Grayscale: #A2A2A2. Windows color (decimal): -2128485 or 10192351. OLE color: 10192351.

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

Color convert

RGB223133155-
CMYK00.400.300.13
HSL345.33º58.44%69.8%-
HSV(B)345.33º40.36%87.45%-
XYZ44.7434.8335.38-
YUV162.42123.82171.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=43.64%
G=26.03%
B=30.33%

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
Decimal22313315500.400.300.13345.3358.4469.8
HexDF859B0281ED1593a46
Octal337205233050361553172106
Binary11011111100001011001101101010001111011011010110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF859B; }

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

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

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

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

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

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

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

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