#DB7EBC

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

Shades of Persian Pink #DB7EBC

Tints of Persian Pink #DB7EBC

Color information

#DB7EBC (or 0xDB7EBC) is unknown color: approx Persian Pink. HEX triplet: DB, 7E and BC. RGB value is (219,126,188). Sum of RGB (Red+Green+Blue) = 219+126+188=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBC is #248143. Grayscale: #A0A0A0. Windows color (decimal): -2392388 or 12353243. OLE color: 12353243.

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

Color convert

RGB219126188-
CMYK00.420.140.14
HSL320º56.36%67.65%-
HSV(B)320º42.47%85.88%-
XYZ45.7533.6151.65-
YUV160.88143.31169.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=41.09%
G=23.64%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912618800.420.140.1432056.3667.65
HexDB7EBC02AEE1403844
Octal333176274052161650070104
Binary110110111111110101111000101010111011101010000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EBC; }

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

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

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

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

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

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

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

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