#DA8493

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

Shades of Carissma #DA8493

Tints of Carissma #DA8493

Color information

#DA8493 (or 0xDA8493) is unknown color: approx Carissma. HEX triplet: DA, 84 and 93. RGB value is (218,132,147). Sum of RGB (Red+Green+Blue) = 218+132+147=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8493 is #257B6C. Grayscale: #9F9F9F. Windows color (decimal): -2456429 or 9667802. OLE color: 9667802.

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

Color convert

RGB218132147-
CMYK00.390.330.15
HSL349.53º53.75%68.63%-
HSV(B)349.53º39.45%85.49%-
XYZ42.4333.5131.84-
YUV159.42120.99169.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=43.86%
G=26.56%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214700.390.330.15349.5353.7568.63
HexDA849302721F15e3645
Octal332204223047411753666105
Binary110110101000010010010011010011110000111111010111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8493; }

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

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

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

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

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

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

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

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