#DB7DBA

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

Shades of Persian Pink #DB7DBA

Tints of Persian Pink #DB7DBA

Color information

#DB7DBA (or 0xDB7DBA) is unknown color: approx Persian Pink. HEX triplet: DB, 7D and BA. RGB value is (219,125,186). Sum of RGB (Red+Green+Blue) = 219+125+186=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBA is #248245. Grayscale: #9F9F9F. Windows color (decimal): -2392646 or 12221915. OLE color: 12221915.

HSL color Cylindrical-coordinate representation of color #DB7DBA: hue angle of 321.06º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DBA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219125186-
CMYK00.430.150.14
HSL321.06º56.63%67.45%-
HSV(B)321.06º42.92%85.88%-
XYZ45.4133.2750.48-
YUV160.06142.64170.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=41.32%
G=23.58%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912518600.430.150.14321.0656.6367.45
HexDB7DBA02BFE1413943
Octal333175272053171650171103
Binary110110111111101101110100101011111111101010000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DBA; }

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

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

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

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

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

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

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

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