#DF7C9C

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

Shades of Carissma #DF7C9C

Tints of Carissma #DF7C9C

Color information

#DF7C9C (or 0xDF7C9C) is unknown color: approx Carissma. HEX triplet: DF, 7C and 9C. RGB value is (223,124,156). Sum of RGB (Red+Green+Blue) = 223+124+156=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9C is #208363. Grayscale: #9D9D9D. Windows color (decimal): -2130788 or 10255583. OLE color: 10255583.

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

Color convert

RGB223124156-
CMYK00.440.300.13
HSL340.61º60.74%68.04%-
HSV(B)340.61º44.39%87.45%-
XYZ43.6432.535.43-
YUV157.25127.3174.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=44.33%
G=24.65%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312415600.440.300.13340.6160.7468.04
HexDF7C9C02C1ED1553d44
Octal337174234054361552575104
Binary1101111111111001001110001011001111011011010101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C9C; }

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

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

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

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

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

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

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

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