#DA8C8E

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

Shades of Carissma #DA8C8E

Tints of Carissma #DA8C8E

Color information

#DA8C8E (or 0xDA8C8E) is unknown color: approx Carissma. HEX triplet: DA, 8C and 8E. RGB value is (218,140,142). Sum of RGB (Red+Green+Blue) = 218+140+142=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C8E is #257371. Grayscale: #A3A3A3. Windows color (decimal): -2454386 or 9342170. OLE color: 9342170.

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

Color convert

RGB218140142-
CMYK00.360.350.15
HSL358.46º51.32%70.2%-
HSV(B)358.46º35.78%85.49%-
XYZ43.1735.6130.19-
YUV163.55115.84166.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=43.6%
G=28%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814014200.360.350.15358.4651.3270.2
HexDA8C8E02423F1663346
Octal332214216044431754663106
Binary110110101000110010001110010010010001111111011001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C8E; }

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

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

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

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

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

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

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

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