#DF869C

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

Shades of Carissma #DF869C

Tints of Carissma #DF869C

Color information

#DF869C (or 0xDF869C) is unknown color: approx Carissma. HEX triplet: DF, 86 and 9C. RGB value is (223,134,156). Sum of RGB (Red+Green+Blue) = 223+134+156=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869C is #207963. Grayscale: #A3A3A3. Windows color (decimal): -2128228 or 10258143. OLE color: 10258143.

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

Color convert

RGB223134156-
CMYK00.400.300.13
HSL345.17º58.17%70%-
HSV(B)345.17º39.91%87.45%-
XYZ44.9635.1435.87-
YUV163.12123.99170.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=43.47%
G=26.12%
B=30.41%

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
Decimal22313415600.400.300.13345.1758.1770
HexDF869C0281ED1593a46
Octal337206234050361553172106
Binary11011111100001101001110001010001111011011010110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF869C; }

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

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

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

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

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

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

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

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