#DA8492

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

Shades of Carissma #DA8492

Tints of Carissma #DA8492

Color information

#DA8492 (or 0xDA8492) is unknown color: approx Carissma. HEX triplet: DA, 84 and 92. RGB value is (218,132,146). Sum of RGB (Red+Green+Blue) = 218+132+146=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8492 is #257B6D. Grayscale: #9F9F9F. Windows color (decimal): -2456430 or 9602266. OLE color: 9602266.

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

Color convert

RGB218132146-
CMYK00.390.330.15
HSL350.23º53.75%68.63%-
HSV(B)350.23º39.45%85.49%-
XYZ42.3533.4831.42-
YUV159.31120.49169.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=43.95%
G=26.61%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813214600.390.330.15350.2353.7568.63
HexDA849202721F15e3645
Octal332204222047411753666105
Binary110110101000010010010010010011110000111111010111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8492; }

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

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

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

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

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

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

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

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