#DA8092

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

Shades of Carissma #DA8092

Tints of Carissma #DA8092

Color information

#DA8092 (or 0xDA8092) is unknown color: approx Carissma. HEX triplet: DA, 80 and 92. RGB value is (218,128,146). Sum of RGB (Red+Green+Blue) = 218+128+146=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8092 is #257F6D. Grayscale: #9C9C9C. Windows color (decimal): -2457454 or 9601242. OLE color: 9601242.

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

Color convert

RGB218128146-
CMYK00.410.330.15
HSL348º54.88%67.84%-
HSV(B)348º41.28%85.49%-
XYZ41.8232.4231.25-
YUV156.96121.82171.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.31%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=44.31%
G=26.02%
B=29.67%

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
Decimal21812814600.410.330.1534854.8867.84
HexDA809202921F15c3744
Octal332200222051411753467104
Binary110110101000000010010010010100110000111111010111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8092; }

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

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

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

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

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

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

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

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