#DA8490

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

Shades of Carissma #DA8490

Tints of Carissma #DA8490

Color information

#DA8490 (or 0xDA8490) is unknown color: approx Carissma. HEX triplet: DA, 84 and 90. RGB value is (218,132,144). Sum of RGB (Red+Green+Blue) = 218+132+144=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8490 is #257B6F. Grayscale: #9F9F9F. Windows color (decimal): -2456432 or 9471194. OLE color: 9471194.

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

Color convert

RGB218132144-
CMYK00.390.340.15
HSL351.63º53.75%68.63%-
HSV(B)351.63º39.45%85.49%-
XYZ42.233.4230.61-
YUV159.08119.49170.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=44.13%
G=26.72%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214400.390.340.15351.6353.7568.63
HexDA849002722F1603645
Octal332204220047421754066105
Binary110110101000010010010000010011110001011111011000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8490; }

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

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

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

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

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

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

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

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