#DB72B2

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

Shades of Persian Pink #DB72B2

Tints of Persian Pink #DB72B2

Color information

#DB72B2 (or 0xDB72B2) is unknown color: approx Persian Pink. HEX triplet: DB, 72 and B2. RGB value is (219,114,178). Sum of RGB (Red+Green+Blue) = 219+114+178=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72B2 is #248D4D. Grayscale: #989898. Windows color (decimal): -2395470 or 11694811. OLE color: 11694811.

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

Color convert

RGB219114178-
CMYK00.480.190.14
HSL323.43º59.32%65.29%-
HSV(B)323.43º47.95%85.88%-
XYZ43.2730.3145.69-
YUV152.69142.29175.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 22.31%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=42.86%
G=22.31%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911417800.480.190.14323.4359.3265.29
HexDB72B203013E1433b41
Octal333162262060231650373101
Binary1101101111100101011001001100001001111101010000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB72B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB72B2; }

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

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

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

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

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

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

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

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