#db7fb7

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

Shades of Persian Pink #DB7FB7

Tints of Persian Pink #DB7FB7

Color information

#DB7FB7 (or 0xDB7FB7) is unknown color: approx Persian Pink. HEX triplet: DB, 7F and B7. RGB value is (219,127,183). Sum of RGB (Red+Green+Blue) = 219+127+183=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FB7 is #248048. Grayscale: #A0A0A0. Windows color (decimal): -2392137 or 12025819. OLE color: 12025819.

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

Color convert

RGB219127183-
CMYK00.420.160.14
HSL323.48º56.1%67.84%-
HSV(B)323.48º42.01%85.88%-
XYZ45.3533.6648.91-
YUV160.89140.48169.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=41.40%
G=24.01%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912718300.420.160.14323.4856.167.84
HexDB7FB702A10E1433844
Octal333177267052201650370104
Binary1101101111111111011011101010101000011101010000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7fb7; }

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

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

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

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

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

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

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

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