#DF8387

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

Shades of Carissma #DF8387

Tints of Carissma #DF8387

Color information

#DF8387 (or 0xDF8387) is unknown color: approx Carissma. HEX triplet: DF, 83 and 87. RGB value is (223,131,135). Sum of RGB (Red+Green+Blue) = 223+131+135=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8387 is #207C78. Grayscale: #9F9F9F. Windows color (decimal): -2129017 or 8881119. OLE color: 8881119.

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

Color convert

RGB223131135-
CMYK00.410.390.13
HSL357.39º58.97%69.41%-
HSV(B)357.39º41.26%87.45%-
XYZ42.9233.6727.16-
YUV158.96114.48173.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=45.60%
G=26.79%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313113500.410.390.13357.3958.9769.41
HexDF838702927D1653b45
Octal337203207051471554573105
Binary110111111000001110000111010100110011111011011001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8387; }

 p { color: rgb(223,131,135); }

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

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

 a { background-color: rgb(223,131,135); }

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

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

 span { border-color: rgb(223,131,135); }

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