#DA8485

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

Shades of Carissma #DA8485

Tints of Carissma #DA8485

Color information

#DA8485 (or 0xDA8485) is unknown color: approx Carissma. HEX triplet: DA, 84 and 85. RGB value is (218,132,133). Sum of RGB (Red+Green+Blue) = 218+132+133=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8485 is #257B7A. Grayscale: #9D9D9D. Windows color (decimal): -2456443 or 8750298. OLE color: 8750298.

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

Color convert

RGB218132133-
CMYK00.390.390.15
HSL359.3º53.75%68.63%-
HSV(B)359.3º39.45%85.49%-
XYZ41.433.126.4-
YUV157.83113.99170.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=45.13%
G=27.33%
B=27.54%

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
Decimal21813213300.390.390.15359.353.7568.63
HexDA848502727F1673645
Octal332204205047471754766105
Binary110110101000010010000101010011110011111111011001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8485; }

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

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

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

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

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

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

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

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