#DA888C

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

Shades of Carissma #DA888C

Tints of Carissma #DA888C

Color information

#DA888C (or 0xDA888C) is unknown color: approx Carissma. HEX triplet: DA, 88 and 8C. RGB value is (218,136,140). Sum of RGB (Red+Green+Blue) = 218+136+140=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA888C is #257773. Grayscale: #A1A1A1. Windows color (decimal): -2455412 or 9210074. OLE color: 9210074.

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

Color convert

RGB218136140-
CMYK00.380.360.15
HSL357.07º52.56%69.41%-
HSV(B)357.07º37.61%85.49%-
XYZ42.4534.4129.21-
YUV160.97116.17168.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=44.13%
G=27.53%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813614000.380.360.15357.0752.5669.41
HexDA888C02624F1653545
Octal332210214046441754565105
Binary110110101000100010001100010011010010011111011001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA888C; }

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

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

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

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

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

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

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

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