#DA8487

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

Shades of Carissma #DA8487

Tints of Carissma #DA8487

Color information

#DA8487 (or 0xDA8487) is unknown color: approx Carissma. HEX triplet: DA, 84 and 87. RGB value is (218,132,135). Sum of RGB (Red+Green+Blue) = 218+132+135=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8487 is #257B78. Grayscale: #9E9E9E. Windows color (decimal): -2456441 or 8881370. OLE color: 8881370.

HSL color Cylindrical-coordinate representation of color #DA8487: hue angle of 357.91º degrees, saturation: 0.54, 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 #DA8487 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218132135-
CMYK00.390.380.15
HSL357.91º53.75%68.63%-
HSV(B)357.91º39.45%85.49%-
XYZ41.5433.1627.13-
YUV158.06114.99170.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=44.95%
G=27.22%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813213500.390.380.15357.9153.7568.63
HexDA848702726F1663645
Octal332204207047461754666105
Binary110110101000010010000111010011110011011111011001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8487; }

 p { color: rgb(218,132,135); }

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

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

 a { background-color: rgb(218,132,135); }

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

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

 span { border-color: rgb(218,132,135); }

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