#DA848C

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

Shades of Carissma #DA848C

Tints of Carissma #DA848C

Color information

#DA848C (or 0xDA848C) is unknown color: approx Carissma. HEX triplet: DA, 84 and 8C. RGB value is (218,132,140). Sum of RGB (Red+Green+Blue) = 218+132+140=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA848C is #257B73. Grayscale: #9E9E9E. Windows color (decimal): -2456436 or 9209050. OLE color: 9209050.

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

Color convert

RGB218132140-
CMYK00.390.360.15
HSL354.42º53.75%68.63%-
HSV(B)354.42º39.45%85.49%-
XYZ41.933.329.03-
YUV158.63117.49170.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=44.49%
G=26.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214000.390.360.15354.4253.7568.63
HexDA848C02724F1623645
Octal332204214047441754266105
Binary110110101000010010001100010011110010011111011000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA848C; }

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

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

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

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

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

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

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

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