#DB7EBA

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

Shades of Persian Pink #DB7EBA

Tints of Persian Pink #DB7EBA

Color information

#DB7EBA (or 0xDB7EBA) is unknown color: approx Persian Pink. HEX triplet: DB, 7E and BA. RGB value is (219,126,186). Sum of RGB (Red+Green+Blue) = 219+126+186=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBA is #248145. Grayscale: #A0A0A0. Windows color (decimal): -2392390 or 12222171. OLE color: 12222171.

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

Color convert

RGB219126186-
CMYK00.420.150.14
HSL321.29º56.36%67.65%-
HSV(B)321.29º42.47%85.88%-
XYZ45.5433.5350.53-
YUV160.65142.31169.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=41.24%
G=23.73%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912618600.420.150.14321.2956.3667.65
HexDB7EBA02AFE1413844
Octal333176272052171650170104
Binary110110111111110101110100101010111111101010000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EBA; }

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

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

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

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

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

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

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

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