#DA8393

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

Shades of Carissma #DA8393

Tints of Carissma #DA8393

Color information

#DA8393 (or 0xDA8393) is unknown color: approx Carissma. HEX triplet: DA, 83 and 93. RGB value is (218,131,147). Sum of RGB (Red+Green+Blue) = 218+131+147=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8393 is #257C6C. Grayscale: #9E9E9E. Windows color (decimal): -2456685 or 9667546. OLE color: 9667546.

HSL color Cylindrical-coordinate representation of color #DA8393: hue angle of 348.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8393 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218131147-
CMYK00.400.330.15
HSL348.97º54.04%68.43%-
HSV(B)348.97º39.91%85.49%-
XYZ42.333.2431.79-
YUV158.84121.32170.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=43.95%
G=26.41%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813114700.400.330.15348.9754.0468.43
HexDA839302821F15d3644
Octal332203223050411753566104
Binary110110101000001110010011010100010000111111010111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8393; }

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

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

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

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

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

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

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

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