#DF7C8E

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

Shades of Carissma #DF7C8E

Tints of Carissma #DF7C8E

Color information

#DF7C8E (or 0xDF7C8E) is unknown color: approx Carissma. HEX triplet: DF, 7C and 8E. RGB value is (223,124,142). Sum of RGB (Red+Green+Blue) = 223+124+142=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C8E is #208371. Grayscale: #9B9B9B. Windows color (decimal): -2130802 or 9338079. OLE color: 9338079.

HSL color Cylindrical-coordinate representation of color #DF7C8E: hue angle of 349.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C8E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223124142-
CMYK00.440.360.13
HSL349.09º60.74%68.04%-
HSV(B)349.09º44.39%87.45%-
XYZ42.5232.0629.54-
YUV155.65120.3176.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=45.60%
G=25.36%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312414200.440.360.13349.0960.7468.04
HexDF7C8E02C24D15d3d44
Octal337174216054441553575104
Binary11011111111110010001110010110010010011011010111011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C8E; }

 p { color: rgb(223,124,142); }

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

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

 a { background-color: rgb(223,124,142); }

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

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

 span { border-color: rgb(223,124,142); }

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