#DB8492

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

Shades of Carissma #DB8492

Tints of Carissma #DB8492

Color information

#DB8492 (or 0xDB8492) is unknown color: approx Carissma. HEX triplet: DB, 84 and 92. RGB value is (219,132,146). Sum of RGB (Red+Green+Blue) = 219+132+146=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8492 is #247B6D. Grayscale: #9F9F9F. Windows color (decimal): -2390894 or 9602267. OLE color: 9602267.

HSL color Cylindrical-coordinate representation of color #DB8492: hue angle of 350.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8492 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219132146-
CMYK00.400.330.14
HSL350.34º54.72%68.82%-
HSV(B)350.34º39.73%85.88%-
XYZ42.6533.6431.44-
YUV159.61120.32170.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=44.06%
G=26.56%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913214600.400.330.14350.3454.7268.82
HexDB849202821E15e3745
Octal333204222050411653667105
Binary110110111000010010010010010100010000111101010111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8492; }

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

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

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

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

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

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

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

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