#DF879B

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

Shades of Carissma #DF879B

Tints of Carissma #DF879B

Color information

#DF879B (or 0xDF879B) is unknown color: approx Carissma. HEX triplet: DF, 87 and 9B. RGB value is (223,135,155). Sum of RGB (Red+Green+Blue) = 223+135+155=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF879B is #207864. Grayscale: #A3A3A3. Windows color (decimal): -2127973 or 10192863. OLE color: 10192863.

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

Color convert

RGB223135155-
CMYK00.390.300.13
HSL346.36º57.89%70.2%-
HSV(B)346.36º39.46%87.45%-
XYZ45.0135.3835.47-
YUV163.59123.15170.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=43.47%
G=26.32%
B=30.21%

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
Decimal22313515500.390.300.13346.3657.8970.2
HexDF879B0271ED15a3a46
Octal337207233047361553272106
Binary11011111100001111001101101001111111011011010110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF879B; }

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

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

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

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

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

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

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

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