#DA8185

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

Shades of Carissma #DA8185

Tints of Carissma #DA8185

Color information

#DA8185 (or 0xDA8185) is unknown color: approx Carissma. HEX triplet: DA, 81 and 85. RGB value is (218,129,133). Sum of RGB (Red+Green+Blue) = 218+129+133=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8185 is #257E7A. Grayscale: #9C9C9C. Windows color (decimal): -2457211 or 8749530. OLE color: 8749530.

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

Color convert

RGB218129133-
CMYK00.410.390.15
HSL357.3º54.6%68.04%-
HSV(B)357.3º40.83%85.49%-
XYZ4132.326.26-
YUV156.07114.99172.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=45.42%
G=26.88%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812913300.410.390.15357.354.668.04
HexDA818502927F1653744
Octal332201205051471754567104
Binary110110101000000110000101010100110011111111011001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8185; }

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

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

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

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

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

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

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

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