#DB848B

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

Shades of Carissma #DB848B

Tints of Carissma #DB848B

Color information

#DB848B (or 0xDB848B) is unknown color: approx Carissma. HEX triplet: DB, 84 and 8B. RGB value is (219,132,139). Sum of RGB (Red+Green+Blue) = 219+132+139=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848B is #247B74. Grayscale: #9E9E9E. Windows color (decimal): -2390901 or 9143515. OLE color: 9143515.

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

Color convert

RGB219132139-
CMYK00.400.370.14
HSL355.17º54.72%68.82%-
HSV(B)355.17º39.73%85.88%-
XYZ42.1233.4328.66-
YUV158.81116.82170.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=44.69%
G=26.94%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913213900.400.370.14355.1754.7268.82
HexDB848B02825E1633745
Octal333204213050451654367105
Binary110110111000010010001011010100010010111101011000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB848B; }

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

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

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

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

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

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

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

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