#DA8A8E

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

Shades of Carissma #DA8A8E

Tints of Carissma #DA8A8E

Color information

#DA8A8E (or 0xDA8A8E) is unknown color: approx Carissma. HEX triplet: DA, 8A and 8E. RGB value is (218,138,142). Sum of RGB (Red+Green+Blue) = 218+138+142=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A8E is #257571. Grayscale: #A2A2A2. Windows color (decimal): -2454898 or 9341658. OLE color: 9341658.

HSL color Cylindrical-coordinate representation of color #DA8A8E: hue angle of 357º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8A8E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218138142-
CMYK00.370.350.15
HSL357º51.95%69.8%-
HSV(B)357º36.7%85.49%-
XYZ42.8835.0430.09-
YUV162.38116.5167.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=43.78%
G=27.71%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813814200.370.350.1535751.9569.8
HexDA8A8E02523F1653446
Octal332212216045431754564106
Binary110110101000101010001110010010110001111111011001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8A8E; }

 p { color: rgb(218,138,142); }

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

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

 a { background-color: rgb(218,138,142); }

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

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

 span { border-color: rgb(218,138,142); }

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