#DB7FBE

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

Shades of Persian Pink #DB7FBE

Tints of Persian Pink #DB7FBE

Color information

#DB7FBE (or 0xDB7FBE) is unknown color: approx Persian Pink. HEX triplet: DB, 7F and BE. RGB value is (219,127,190). Sum of RGB (Red+Green+Blue) = 219+127+190=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FBE is #248041. Grayscale: #A1A1A1. Windows color (decimal): -2392130 or 12484571. OLE color: 12484571.

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

Color convert

RGB219127190-
CMYK00.420.130.14
HSL318.91º56.1%67.84%-
HSV(B)318.91º42.01%85.88%-
XYZ46.133.9652.84-
YUV161.69143.98168.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=40.86%
G=23.69%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912719000.420.130.14318.9156.167.84
HexDB7FBE02ADE13f3844
Octal333177276052151647770104
Binary110110111111111101111100101010110111101001111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FBE; }

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

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

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

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

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

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

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

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