#DF7E86

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

Shades of Carissma #DF7E86

Tints of Carissma #DF7E86

Color information

#DF7E86 (or 0xDF7E86) is unknown color: approx Carissma. HEX triplet: DF, 7E and 86. RGB value is (223,126,134). Sum of RGB (Red+Green+Blue) = 223+126+134=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E86 is #208179. Grayscale: #9B9B9B. Windows color (decimal): -2130298 or 8814303. OLE color: 8814303.

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

Color convert

RGB223126134-
CMYK00.430.400.13
HSL355.05º60.25%68.43%-
HSV(B)355.05º43.5%87.45%-
XYZ42.232.3326.57-
YUV155.92115.64175.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=46.17%
G=26.09%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312613400.430.400.13355.0560.2568.43
HexDF7E8602B28D1633c44
Octal337176206053501554374104
Binary11011111111111010000110010101110100011011011000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E86; }

 p { color: rgb(223,126,134); }

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

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

 a { background-color: rgb(223,126,134); }

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

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

 span { border-color: rgb(223,126,134); }

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