#DB7F8E

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

Shades of Carissma #DB7F8E

Tints of Carissma #DB7F8E

Color information

#DB7F8E (or 0xDB7F8E) is unknown color: approx Carissma. HEX triplet: DB, 7F and 8E. RGB value is (219,127,142). Sum of RGB (Red+Green+Blue) = 219+127+142=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F8E is #248071. Grayscale: #9C9C9C. Windows color (decimal): -2392178 or 9338843. OLE color: 9338843.

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

Color convert

RGB219127142-
CMYK00.420.350.14
HSL350.22º56.1%67.84%-
HSV(B)350.22º42.01%85.88%-
XYZ41.6932.1929.61-
YUV156.22119.98172.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=44.88%
G=26.02%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912714200.420.350.14350.2256.167.84
HexDB7F8E02A23E15e3844
Octal333177216052431653670104
Binary11011011111111110001110010101010001111101010111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F8E; }

 p { color: rgb(219,127,142); }

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

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

 a { background-color: rgb(219,127,142); }

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

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

 span { border-color: rgb(219,127,142); }

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