#DA8491

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

Shades of Carissma #DA8491

Tints of Carissma #DA8491

Color information

#DA8491 (or 0xDA8491) is unknown color: approx Carissma. HEX triplet: DA, 84 and 91. RGB value is (218,132,145). Sum of RGB (Red+Green+Blue) = 218+132+145=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8491 is #257B6E. Grayscale: #9F9F9F. Windows color (decimal): -2456431 or 9536730. OLE color: 9536730.

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

Color convert

RGB218132145-
CMYK00.390.330.15
HSL350.93º53.75%68.63%-
HSV(B)350.93º39.45%85.49%-
XYZ42.2833.4531.02-
YUV159.2119.99169.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=44.04%
G=26.67%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214500.390.330.15350.9353.7568.63
HexDA849102721F15f3645
Octal332204221047411753766105
Binary110110101000010010010001010011110000111111010111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8491; }

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

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

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

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

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

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

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

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