#DB8490

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

Shades of Carissma #DB8490

Tints of Carissma #DB8490

Color information

#DB8490 (or 0xDB8490) is unknown color: approx Carissma. HEX triplet: DB, 84 and 90. RGB value is (219,132,144). Sum of RGB (Red+Green+Blue) = 219+132+144=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8490 is #247B6F. Grayscale: #9F9F9F. Windows color (decimal): -2390896 or 9471195. OLE color: 9471195.

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

Color convert

RGB219132144-
CMYK00.400.340.14
HSL351.72º54.72%68.82%-
HSV(B)351.72º39.73%85.88%-
XYZ42.533.5830.63-
YUV159.38119.32170.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.24%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=44.24%
G=26.67%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913214400.400.340.14351.7254.7268.82
HexDB849002822E1603745
Octal333204220050421654067105
Binary110110111000010010010000010100010001011101011000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8490; }

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

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

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

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

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

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

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

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