#DB70BA

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

Shades of Persian Pink #DB70BA

Tints of Persian Pink #DB70BA

Color information

#DB70BA (or 0xDB70BA) is unknown color: approx Persian Pink. HEX triplet: DB, 70 and BA. RGB value is (219,112,186). Sum of RGB (Red+Green+Blue) = 219+112+186=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BA is #248F45. Grayscale: #989898. Windows color (decimal): -2395974 or 12218587. OLE color: 12218587.

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

Color convert

RGB219112186-
CMYK00.490.150.14
HSL318.5º59.78%64.9%-
HSV(B)318.5º48.86%85.88%-
XYZ43.8730.1949.97-
YUV152.43146.95175.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=42.36%
G=21.66%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911218600.490.150.14318.559.7864.9
HexDB70BA031FE13f3c41
Octal333160272061171647774101
Binary110110111110000101110100110001111111101001111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70BA; }

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

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

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

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

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

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

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

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