#DA8495

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

Shades of Carissma #DA8495

Tints of Carissma #DA8495

Color information

#DA8495 (or 0xDA8495) is unknown color: approx Carissma. HEX triplet: DA, 84 and 95. RGB value is (218,132,149). Sum of RGB (Red+Green+Blue) = 218+132+149=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8495 is #257B6A. Grayscale: #9F9F9F. Windows color (decimal): -2456427 or 9798874. OLE color: 9798874.

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

Color convert

RGB218132149-
CMYK00.390.320.15
HSL348.14º53.75%68.63%-
HSV(B)348.14º39.45%85.49%-
XYZ42.5933.5832.67-
YUV159.65121.99169.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=43.69%
G=26.45%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214900.390.320.15348.1453.7568.63
HexDA849502720F15c3645
Octal332204225047401753466105
Binary110110101000010010010101010011110000011111010111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8495; }

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

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

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

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

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

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

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

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