#DA8586

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

Shades of Carissma #DA8586

Tints of Carissma #DA8586

Color information

#DA8586 (or 0xDA8586) is unknown color: approx Carissma. HEX triplet: DA, 85 and 86. RGB value is (218,133,134). Sum of RGB (Red+Green+Blue) = 218+133+134=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8586 is #257A79. Grayscale: #9E9E9E. Windows color (decimal): -2456186 or 8816090. OLE color: 8816090.

HSL color Cylindrical-coordinate representation of color #DA8586: hue angle of 359.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8586 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218133134-
CMYK00.390.390.15
HSL359.29º53.46%68.82%-
HSV(B)359.29º38.99%85.49%-
XYZ41.633.426.81-
YUV158.53114.16170.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=44.95%
G=27.42%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813313400.390.390.15359.2953.4668.82
HexDA858602727F1673545
Octal332205206047471754765105
Binary110110101000010110000110010011110011111111011001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8586; }

 p { color: rgb(218,133,134); }

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

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

 a { background-color: rgb(218,133,134); }

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

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

 span { border-color: rgb(218,133,134); }

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