#DB819B

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

Shades of Carissma #DB819B

Tints of Carissma #DB819B

Color information

#DB819B (or 0xDB819B) is unknown color: approx Carissma. HEX triplet: DB, 81 and 9B. RGB value is (219,129,155). Sum of RGB (Red+Green+Blue) = 219+129+155=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB819B is #247E64. Grayscale: #9E9E9E. Windows color (decimal): -2391653 or 10191323. OLE color: 10191323.

HSL color Cylindrical-coordinate representation of color #DB819B: hue angle of 342.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB819B is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219129155-
CMYK00.410.290.14
HSL342.67º55.56%68.24%-
HSV(B)342.67º41.1%85.88%-
XYZ42.9833.1335.14-
YUV158.87125.82170.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=43.54%
G=25.65%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912915500.410.290.14342.6755.5668.24
HexDB819B0291DE1573844
Octal333201233051351652770104
Binary11011011100000011001101101010011110111101010101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB819B; }

 p { color: rgb(219,129,155); }

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

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

 a { background-color: rgb(219,129,155); }

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

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

 span { border-color: rgb(219,129,155); }

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