#DF868B

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

Shades of Carissma #DF868B

Tints of Carissma #DF868B

Color information

#DF868B (or 0xDF868B) is unknown color: approx Carissma. HEX triplet: DF, 86 and 8B. RGB value is (223,134,139). Sum of RGB (Red+Green+Blue) = 223+134+139=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF868B is #207974. Grayscale: #A1A1A1. Windows color (decimal): -2128245 or 9144031. OLE color: 9144031.

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

Color convert

RGB223134139-
CMYK00.400.380.13
HSL356.63º58.17%70%-
HSV(B)356.63º39.91%87.45%-
XYZ43.6234.628.81-
YUV161.18115.49172.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=44.96%
G=27.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313413900.400.380.13356.6358.1770
HexDF868B02826D1653a46
Octal337206213050461554572106
Binary110111111000011010001011010100010011011011011001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF868B; }

 p { color: rgb(223,134,139); }

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

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

 a { background-color: rgb(223,134,139); }

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

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

 span { border-color: rgb(223,134,139); }

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