#DB74BB

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

Shades of Persian Pink #DB74BB

Tints of Persian Pink #DB74BB

Color information

#DB74BB (or 0xDB74BB) is unknown color: approx Persian Pink. HEX triplet: DB, 74 and BB. RGB value is (219,116,187). Sum of RGB (Red+Green+Blue) = 219+116+187=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BB is #248B44. Grayscale: #9A9A9A. Windows color (decimal): -2394949 or 12285147. OLE color: 12285147.

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

Color convert

RGB219116187-
CMYK00.470.150.14
HSL318.64º58.86%65.69%-
HSV(B)318.64º47.03%85.88%-
XYZ44.4331.1450.68-
YUV154.89146.12173.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=41.95%
G=22.22%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911618700.470.150.14318.6458.8665.69
HexDB74BB02FFE13f3b42
Octal333164273057171647773102
Binary110110111110100101110110101111111111101001111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB74BB; }

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

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

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

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

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

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

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

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