#DB7EB4

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

Shades of Persian Pink #DB7EB4

Tints of Persian Pink #DB7EB4

Color information

#DB7EB4 (or 0xDB7EB4) is unknown color: approx Persian Pink. HEX triplet: DB, 7E and B4. RGB value is (219,126,180). Sum of RGB (Red+Green+Blue) = 219+126+180=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EB4 is #24814B. Grayscale: #9F9F9F. Windows color (decimal): -2392396 or 11828955. OLE color: 11828955.

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

Color convert

RGB219126180-
CMYK00.420.180.14
HSL325.16º56.36%67.65%-
HSV(B)325.16º42.47%85.88%-
XYZ44.9133.2847.24-
YUV159.96139.31170.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=41.71%
G=24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912618000.420.180.14325.1656.3667.65
HexDB7EB402A12E1453844
Octal333176264052221650570104
Binary1101101111111101011010001010101001011101010001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EB4; }

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

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

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

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

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

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

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

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