#DB74B9

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

Shades of Persian Pink #DB74B9

Tints of Persian Pink #DB74B9

Color information

#DB74B9 (or 0xDB74B9) is unknown color: approx Persian Pink. HEX triplet: DB, 74 and B9. RGB value is (219,116,185). Sum of RGB (Red+Green+Blue) = 219+116+185=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74B9 is #248B46. Grayscale: #9A9A9A. Windows color (decimal): -2394951 or 12154075. OLE color: 12154075.

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

Color convert

RGB219116185-
CMYK00.470.160.14
HSL319.81º58.86%65.69%-
HSV(B)319.81º47.03%85.88%-
XYZ44.2231.0549.56-
YUV154.66145.12173.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.12%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=42.12%
G=22.31%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911618500.470.160.14319.8158.8665.69
HexDB74B902F10E1403b42
Octal333164271057201650073102
Binary1101101111101001011100101011111000011101010000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB74B9; }

 p { color: rgb(219,116,185); }

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

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

 a { background-color: rgb(219,116,185); }

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

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

 span { border-color: rgb(219,116,185); }

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