Html Css Color HEX #DB73BA Persian Pink

📋 copy color: '#DB73BA'

red 219 ◦ green 115 ◦ blue 186

#DB73BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DB73BA

Tints of Persian Pink #DB73BA

RGB

 RED value IS 219 (85.94% from 255) = 42.12%

 GREEN value IS 115 (45.31% from 255) = 22.12%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 42.12%
G = 22.12%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB73BA (or 0xDB73BA) is known color: Persian Pink. HEX triplet: DB, 73 and BA. RGB value is (219,115,186). Sum of RGB (Red+Green+Blue) = 219+115+186=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73BA is #248C45. Grayscale: #9A9A9A. Windows color (decimal): -2395206 or 12219355. OLE color: 12219355.

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

Color convert

RGB 219 115 186 -
CMYK 0 0.47 0.15 0.14
HSL 319.04º 0.59% 0.65% -
HSV(B) 319.04º 0.47% 0.86% -
XYZ 44.21 30.87 50.08 -
YUV 154.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 219 115 186 0 0.47 0.15 0.14 319.04 0.59 0.65
Hex DB 73 BA 0 2F F E 13F 3B 41
Octal 333 163 272 0 57 17 16 477 73 101
Binary 11011011 1110011 10111010 0 101111 1111 1110 100111111 111011 1000001

Color Harmonies of #DB73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73BA

Black with #DB73BA

Text Example


Text Example

White with #DB73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73BA; }

 p { color: rgb(219,115,186); }

 H1.HeaderClassName
 {
   color: #DB73BA;
 }
 .AnyTagClassName
 {
   color: #DB73BA;
 }
</style>

background-color css

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

 a { background-color: rgb(219,115,186); }

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

border-color css

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

 span { border-color: rgb(219,115,186); }

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