#DF7C8D

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

Shades of Carissma #DF7C8D

Tints of Carissma #DF7C8D

Color information

#DF7C8D (or 0xDF7C8D) is unknown color: approx Carissma. HEX triplet: DF, 7C and 8D. RGB value is (223,124,141). Sum of RGB (Red+Green+Blue) = 223+124+141=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C8D is #208372. Grayscale: #9B9B9B. Windows color (decimal): -2130803 or 9272543. OLE color: 9272543.

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

Color convert

RGB223124141-
CMYK00.440.370.13
HSL349.7º60.74%68.04%-
HSV(B)349.7º44.39%87.45%-
XYZ42.4532.0329.14-
YUV155.54119.8176.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=45.70%
G=25.41%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312414100.440.370.13349.760.7468.04
HexDF7C8D02C25D15e3d44
Octal337174215054451553675104
Binary11011111111110010001101010110010010111011010111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C8D; }

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

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

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

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

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

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

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

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