#DB70B8

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

Shades of Persian Pink #DB70B8

Tints of Persian Pink #DB70B8

Color information

#DB70B8 (or 0xDB70B8) is unknown color: approx Persian Pink. HEX triplet: DB, 70 and B8. RGB value is (219,112,184). Sum of RGB (Red+Green+Blue) = 219+112+184=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70B8 is #248F47. Grayscale: #989898. Windows color (decimal): -2395976 or 12087515. OLE color: 12087515.

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

Color convert

RGB219112184-
CMYK00.490.160.14
HSL319.63º59.78%64.9%-
HSV(B)319.63º48.86%85.88%-
XYZ43.6630.1148.86-
YUV152.2145.95175.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=42.52%
G=21.75%
B=35.73%

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
Decimal21911218400.490.160.14319.6359.7864.9
HexDB70B803110E1403c41
Octal333160270061201650074101
Binary1101101111100001011100001100011000011101010000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70B8; }

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

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

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

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

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

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

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

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