#DF868F

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

Shades of Carissma #DF868F

Tints of Carissma #DF868F

Color information

#DF868F (or 0xDF868F) is unknown color: approx Carissma. HEX triplet: DF, 86 and 8F. RGB value is (223,134,143). Sum of RGB (Red+Green+Blue) = 223+134+143=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF868F is #207970. Grayscale: #A1A1A1. Windows color (decimal): -2128241 or 9406175. OLE color: 9406175.

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

Color convert

RGB223134143-
CMYK00.400.360.13
HSL353.93º58.17%70%-
HSV(B)353.93º39.91%87.45%-
XYZ43.9134.7230.37-
YUV161.64117.49171.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=44.6%
G=26.8%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313414300.400.360.13353.9358.1770
HexDF868F02824D1623a46
Octal337206217050441554272106
Binary110111111000011010001111010100010010011011011000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF868F; }

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

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

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

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

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

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

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

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