#DA8192

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

Shades of Carissma #DA8192

Tints of Carissma #DA8192

Color information

#DA8192 (or 0xDA8192) is unknown color: approx Carissma. HEX triplet: DA, 81 and 92. RGB value is (218,129,146). Sum of RGB (Red+Green+Blue) = 218+129+146=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8192 is #257E6D. Grayscale: #9D9D9D. Windows color (decimal): -2457198 or 9601498. OLE color: 9601498.

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

Color convert

RGB218129146-
CMYK00.410.330.15
HSL348.54º54.6%68.04%-
HSV(B)348.54º40.83%85.49%-
XYZ41.9532.6831.29-
YUV157.55121.49171.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=44.22%
G=26.17%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812914600.410.330.15348.5454.668.04
HexDA819202921F15d3744
Octal332201222051411753567104
Binary110110101000000110010010010100110000111111010111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8192; }

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

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

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

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

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

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

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

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