#DA848A

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

Shades of Carissma #DA848A

Tints of Carissma #DA848A

Color information

#DA848A (or 0xDA848A) is unknown color: approx Carissma. HEX triplet: DA, 84 and 8A. RGB value is (218,132,138). Sum of RGB (Red+Green+Blue) = 218+132+138=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA848A is #257B75. Grayscale: #9E9E9E. Windows color (decimal): -2456438 or 9077978. OLE color: 9077978.

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

Color convert

RGB218132138-
CMYK00.390.370.15
HSL355.81º53.75%68.63%-
HSV(B)355.81º39.45%85.49%-
XYZ41.7533.2428.26-
YUV158.4116.49170.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=44.67%
G=27.05%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813213800.390.370.15355.8153.7568.63
HexDA848A02725F1643645
Octal332204212047451754466105
Binary110110101000010010001010010011110010111111011001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA848A; }

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

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

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

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

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

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

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

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