#DA878E

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

Shades of Carissma #DA878E

Tints of Carissma #DA878E

Color information

#DA878E (or 0xDA878E) is unknown color: approx Carissma. HEX triplet: DA, 87 and 8E. RGB value is (218,135,142). Sum of RGB (Red+Green+Blue) = 218+135+142=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878E is #257871. Grayscale: #A0A0A0. Windows color (decimal): -2455666 or 9340890. OLE color: 9340890.

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

Color convert

RGB218135142-
CMYK00.380.350.15
HSL354.94º52.87%69.22%-
HSV(B)354.94º38.07%85.49%-
XYZ42.4634.1929.95-
YUV160.61117.5168.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=44.04%
G=27.27%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813514200.380.350.15354.9452.8769.22
HexDA878E02623F1633545
Octal332207216046431754365105
Binary110110101000011110001110010011010001111111011000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA878E; }

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

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

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

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

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

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

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

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