#DB8498

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

Shades of Carissma #DB8498

Tints of Carissma #DB8498

Color information

#DB8498 (or 0xDB8498) is unknown color: approx Carissma. HEX triplet: DB, 84 and 98. RGB value is (219,132,152). Sum of RGB (Red+Green+Blue) = 219+132+152=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8498 is #247B67. Grayscale: #A0A0A0. Windows color (decimal): -2390888 or 9995483. OLE color: 9995483.

HSL color Cylindrical-coordinate representation of color #DB8498: hue angle of 346.21º 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 #DB8498 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219132152-
CMYK00.400.310.14
HSL346.21º54.72%68.82%-
HSV(B)346.21º39.73%85.88%-
XYZ43.1333.8333.96-
YUV160.29123.32169.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=43.54%
G=26.24%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913215200.400.310.14346.2154.7268.82
HexDB84980281FE15a3745
Octal333204230050371653267105
Binary11011011100001001001100001010001111111101010110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8498; }

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

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

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

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

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

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

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

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