Html Css Color HEX #DB73B7 Persian Pink

📋 copy color: '#DB73B7'

red 219 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #DB73B7

Tints of Persian Pink #DB73B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 42.36%
G = 22.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB73B7 (or 0xDB73B7) is known color: Persian Pink. HEX triplet: DB, 73 and B7. RGB value is (219,115,183). Sum of RGB (Red+Green+Blue) = 219+115+183=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73B7 is #248C48. Grayscale: #999999. Windows color (decimal): -2395209 or 12022747. OLE color: 12022747.

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

Color convert

RGB 219 115 183 -
CMYK 0 0.47 0.16 0.14
HSL 320.77º 0.59% 0.65% -
HSV(B) 320.77º 0.47% 0.86% -
XYZ 43.89 30.74 48.42 -
YUV 153.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 219 115 183 0 0.47 0.16 0.14 320.77 0.59 0.65
Hex DB 73 B7 0 2F 10 E 141 3B 41
Octal 333 163 267 0 57 20 16 501 73 101
Binary 11011011 1110011 10110111 0 101111 10000 1110 101000001 111011 1000001

Color Harmonies of #DB73B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73B7

Black with #DB73B7

Text Example


Text Example

White with #DB73B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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