#DA8385

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

Shades of Carissma #DA8385

Tints of Carissma #DA8385

Color information

#DA8385 (or 0xDA8385) is unknown color: approx Carissma. HEX triplet: DA, 83 and 85. RGB value is (218,131,133). Sum of RGB (Red+Green+Blue) = 218+131+133=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8385 is #257C7A. Grayscale: #9D9D9D. Windows color (decimal): -2456699 or 8750042. OLE color: 8750042.

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

Color convert

RGB218131133-
CMYK00.400.390.15
HSL358.62º54.04%68.43%-
HSV(B)358.62º39.91%85.49%-
XYZ41.2632.8326.35-
YUV157.24114.32171.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=45.23%
G=27.18%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813113300.400.390.15358.6254.0468.43
HexDA838502827F1673644
Octal332203205050471754766104
Binary110110101000001110000101010100010011111111011001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8385; }

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

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

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

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

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

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

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

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