#DA8D8E

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

Shades of Carissma #DA8D8E

Tints of Carissma #DA8D8E

Color information

#DA8D8E (or 0xDA8D8E) is unknown color: approx Carissma. HEX triplet: DA, 8D and 8E. RGB value is (218,141,142). Sum of RGB (Red+Green+Blue) = 218+141+142=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8E is #257271. Grayscale: #A4A4A4. Windows color (decimal): -2454130 or 9342426. OLE color: 9342426.

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

Color convert

RGB218141142-
CMYK00.350.350.15
HSL359.22º50.99%70.39%-
HSV(B)359.22º35.32%85.49%-
XYZ43.3235.9130.24-
YUV164.14115.51166.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=43.51%
G=28.14%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814114200.350.350.15359.2250.9970.39
HexDA8D8E02323F1673346
Octal332215216043431754763106
Binary110110101000110110001110010001110001111111011001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D8E; }

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

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

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

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

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

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

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

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