#DA8489

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

Shades of Carissma #DA8489

Tints of Carissma #DA8489

Color information

#DA8489 (or 0xDA8489) is unknown color: approx Carissma. HEX triplet: DA, 84 and 89. RGB value is (218,132,137). Sum of RGB (Red+Green+Blue) = 218+132+137=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8489 is #257B76. Grayscale: #9E9E9E. Windows color (decimal): -2456439 or 9012442. OLE color: 9012442.

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

Color convert

RGB218132137-
CMYK00.390.370.15
HSL356.51º53.75%68.63%-
HSV(B)356.51º39.45%85.49%-
XYZ41.6833.2127.88-
YUV158.28115.99170.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=44.76%
G=27.10%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813213700.390.370.15356.5153.7568.63
HexDA848902725F1653645
Octal332204211047451754566105
Binary110110101000010010001001010011110010111111011001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8489; }

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

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

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

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

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

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

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

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