#DB70B7

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

Shades of Persian Pink #DB70B7

Tints of Persian Pink #DB70B7

Color information

#DB70B7 (or 0xDB70B7) is unknown color: approx Persian Pink. HEX triplet: DB, 70 and B7. RGB value is (219,112,183). Sum of RGB (Red+Green+Blue) = 219+112+183=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70B7 is #248F48. Grayscale: #979797. Windows color (decimal): -2395977 or 12021979. OLE color: 12021979.

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

Color convert

RGB219112183-
CMYK00.490.160.14
HSL320.19º59.78%64.9%-
HSV(B)320.19º48.86%85.88%-
XYZ43.5530.0748.31-
YUV152.09145.45175.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=42.61%
G=21.79%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911218300.490.160.14320.1959.7864.9
HexDB70B703110E1403c41
Octal333160267061201650074101
Binary1101101111100001011011101100011000011101010000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70B7; }

 p { color: rgb(219,112,183); }

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

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

 a { background-color: rgb(219,112,183); }

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

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

 span { border-color: rgb(219,112,183); }

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