#DB72B0

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

Shades of Persian Pink #DB72B0

Tints of Persian Pink #DB72B0

Color information

#DB72B0 (or 0xDB72B0) is unknown color: approx Persian Pink. HEX triplet: DB, 72 and B0. RGB value is (219,114,176). Sum of RGB (Red+Green+Blue) = 219+114+176=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72B0 is #248D4F. Grayscale: #989898. Windows color (decimal): -2395472 or 11563739. OLE color: 11563739.

HSL color Cylindrical-coordinate representation of color #DB72B0: hue angle of 324.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72B0 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219114176-
CMYK00.480.200.14
HSL324.57º59.32%65.29%-
HSV(B)324.57º47.95%85.88%-
XYZ43.0730.2344.64-
YUV152.46141.29175.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=43.03%
G=22.40%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911417600.480.200.14324.5759.3265.29
HexDB72B003014E1453b41
Octal333162260060241650573101
Binary1101101111100101011000001100001010011101010001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB72B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB72B0; }

 p { color: rgb(219,114,176); }

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

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

 a { background-color: rgb(219,114,176); }

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

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

 span { border-color: rgb(219,114,176); }

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