#DA8C8F

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

Shades of Carissma #DA8C8F

Tints of Carissma #DA8C8F

Color information

#DA8C8F (or 0xDA8C8F) is unknown color: approx Carissma. HEX triplet: DA, 8C and 8F. RGB value is (218,140,143). Sum of RGB (Red+Green+Blue) = 218+140+143=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C8F is #257370. Grayscale: #A3A3A3. Windows color (decimal): -2454385 or 9407706. OLE color: 9407706.

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

Color convert

RGB218140143-
CMYK00.360.340.15
HSL357.69º51.32%70.2%-
HSV(B)357.69º35.78%85.49%-
XYZ43.2535.6430.59-
YUV163.66116.34166.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=43.51%
G=27.94%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814014300.360.340.15357.6951.3270.2
HexDA8C8F02422F1663346
Octal332214217044421754663106
Binary110110101000110010001111010010010001011111011001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C8F; }

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

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

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

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

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

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

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

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