#DB74BC

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

Shades of Persian Pink #DB74BC

Tints of Persian Pink #DB74BC

Color information

#DB74BC (or 0xDB74BC) is unknown color: approx Persian Pink. HEX triplet: DB, 74 and BC. RGB value is (219,116,188). Sum of RGB (Red+Green+Blue) = 219+116+188=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BC is #248B43. Grayscale: #9A9A9A. Windows color (decimal): -2394948 or 12350683. OLE color: 12350683.

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

Color convert

RGB219116188-
CMYK00.470.140.14
HSL318.06º58.86%65.69%-
HSV(B)318.06º47.03%85.88%-
XYZ44.5431.1851.25-
YUV155146.62173.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=41.87%
G=22.18%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911618800.470.140.14318.0658.8665.69
HexDB74BC02FEE13e3b42
Octal333164274057161647673102
Binary110110111110100101111000101111111011101001111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB74BC; }

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

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

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

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

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

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

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

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