#DB808B

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

Shades of Carissma #DB808B

Tints of Carissma #DB808B

Color information

#DB808B (or 0xDB808B) is unknown color: approx Carissma. HEX triplet: DB, 80 and 8B. RGB value is (219,128,139). Sum of RGB (Red+Green+Blue) = 219+128+139=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB808B is #247F74. Grayscale: #9C9C9C. Windows color (decimal): -2391925 or 9142491. OLE color: 9142491.

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

Color convert

RGB219128139-
CMYK00.420.370.14
HSL352.75º55.83%68.04%-
HSV(B)352.75º41.55%85.88%-
XYZ41.5932.3628.48-
YUV156.46118.15172.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=45.06%
G=26.34%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912813900.420.370.14352.7555.8368.04
HexDB808B02A25E1613844
Octal333200213052451654170104
Binary110110111000000010001011010101010010111101011000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB808B; }

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

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

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

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

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

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

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

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