#DB7EBD

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

Shades of Persian Pink #DB7EBD

Tints of Persian Pink #DB7EBD

Color information

#DB7EBD (or 0xDB7EBD) is unknown color: approx Persian Pink. HEX triplet: DB, 7E and BD. RGB value is (219,126,189). Sum of RGB (Red+Green+Blue) = 219+126+189=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBD is #248142. Grayscale: #A0A0A0. Windows color (decimal): -2392387 or 12418779. OLE color: 12418779.

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

Color convert

RGB219126189-
CMYK00.420.140.14
HSL319.35º56.36%67.65%-
HSV(B)319.35º42.47%85.88%-
XYZ45.8633.6652.22-
YUV160.99143.81169.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 126 (49.61% from 255) = 23.60%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=41.01%
G=23.60%
B=35.39%

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
Decimal21912618900.420.140.14319.3556.3667.65
HexDB7EBD02AEE13f3844
Octal333176275052161647770104
Binary110110111111110101111010101010111011101001111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EBD; }

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

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

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

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

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

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

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

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