#DB718E

Color #DB718E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DB718E

Tints of Pale Violet Red #DB718E

Color information

#DB718E (or 0xDB718E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 71 and 8E. RGB value is (219,113,142). Sum of RGB (Red+Green+Blue) = 219+113+142=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718E is #248E71. Grayscale: #939393. Windows color (decimal): -2395762 or 9335259. OLE color: 9335259.

HSL color Cylindrical-coordinate representation of color #DB718E: hue angle of 343.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB718E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219113142-
CMYK00.480.350.14
HSL343.58º59.55%65.1%-
HSV(B)343.58º48.4%85.88%-
XYZ4028.8229.05-
YUV148124.62178.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=46.20%
G=23.84%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911314200.480.350.14343.5859.5565.1
HexDB718E03023E1583c41
Octal333161216060431653074101
Binary11011011111000110001110011000010001111101010110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB718E; }

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

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

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

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

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

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

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

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