#DF879D

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

Shades of Carissma #DF879D

Tints of Carissma #DF879D

Color information

#DF879D (or 0xDF879D) is unknown color: approx Carissma. HEX triplet: DF, 87 and 9D. RGB value is (223,135,157). Sum of RGB (Red+Green+Blue) = 223+135+157=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF879D is #207862. Grayscale: #A3A3A3. Windows color (decimal): -2127971 or 10323935. OLE color: 10323935.

HSL color Cylindrical-coordinate representation of color #DF879D: hue angle of 345º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF879D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223135157-
CMYK00.390.300.13
HSL345º57.89%70.2%-
HSV(B)345º39.46%87.45%-
XYZ45.1835.4536.36-
YUV163.82124.15170.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=43.30%
G=26.21%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313515700.390.300.1334557.8970.2
HexDF879D0271ED1593a46
Octal337207235047361553172106
Binary11011111100001111001110101001111111011011010110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF879D; }

 p { color: rgb(223,135,157); }

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

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

 a { background-color: rgb(223,135,157); }

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

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

 span { border-color: rgb(223,135,157); }

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