#DF8087

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

Shades of Carissma #DF8087

Tints of Carissma #DF8087

Color information

#DF8087 (or 0xDF8087) is unknown color: approx Carissma. HEX triplet: DF, 80 and 87. RGB value is (223,128,135). Sum of RGB (Red+Green+Blue) = 223+128+135=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8087 is #207F78. Grayscale: #9D9D9D. Windows color (decimal): -2129785 or 8880351. OLE color: 8880351.

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

Color convert

RGB223128135-
CMYK00.430.390.13
HSL355.58º59.75%68.82%-
HSV(B)355.58º42.6%87.45%-
XYZ42.5232.8827.03-
YUV157.2115.47174.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=45.88%
G=26.34%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312813500.430.390.13355.5859.7568.82
HexDF808702B27D1643c45
Octal337200207053471554474105
Binary110111111000000010000111010101110011111011011001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8087; }

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

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

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

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

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

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

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

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