#DF8291

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

Shades of Carissma #DF8291

Tints of Carissma #DF8291

Color information

#DF8291 (or 0xDF8291) is unknown color: approx Carissma. HEX triplet: DF, 82 and 91. RGB value is (223,130,145). Sum of RGB (Red+Green+Blue) = 223+130+145=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8291 is #207D6E. Grayscale: #9F9F9F. Windows color (decimal): -2129263 or 9536223. OLE color: 9536223.

HSL color Cylindrical-coordinate representation of color #DF8291: hue angle of 350.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8291 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223130145-
CMYK00.420.350.13
HSL350.32º59.24%69.22%-
HSV(B)350.32º41.7%87.45%-
XYZ43.5233.731-
YUV159.52119.81173.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=44.78%
G=26.10%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313014500.420.350.13350.3259.2469.22
HexDF829102A23D15e3b45
Octal337202221052431553673105
Binary110111111000001010010001010101010001111011010111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8291; }

 p { color: rgb(223,130,145); }

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

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

 a { background-color: rgb(223,130,145); }

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

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

 span { border-color: rgb(223,130,145); }

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