#DF859A

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

Shades of Carissma #DF859A

Tints of Carissma #DF859A

Color information

#DF859A (or 0xDF859A) is unknown color: approx Carissma. HEX triplet: DF, 85 and 9A. RGB value is (223,133,154). Sum of RGB (Red+Green+Blue) = 223+133+154=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF859A is #207A65. Grayscale: #A2A2A2. Windows color (decimal): -2128486 or 10126815. OLE color: 10126815.

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

Color convert

RGB223133154-
CMYK00.400.310.13
HSL346º58.44%69.8%-
HSV(B)346º40.36%87.45%-
XYZ44.6534.834.93-
YUV162.3123.32171.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=43.73%
G=26.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313315400.400.310.1334658.4469.8
HexDF859A0281FD15a3a46
Octal337205232050371553272106
Binary11011111100001011001101001010001111111011010110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF859A; }

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

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

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

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

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

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

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

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