Html Css Color HEX #DB73B8 Persian Pink

📋 copy color: '#DB73B8'

red 219 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #DB73B8

Tints of Persian Pink #DB73B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 42.28%
G = 22.2%
B = 35.52%

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

#DB73B8 (or 0xDB73B8) is known color: Persian Pink. HEX triplet: DB, 73 and B8. RGB value is (219,115,184). Sum of RGB (Red+Green+Blue) = 219+115+184=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73B8 is #248C47. Grayscale: #999999. Windows color (decimal): -2395208 or 12088283. OLE color: 12088283.

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

Color convert

RGB 219 115 184 -
CMYK 0 0.47 0.16 0.14
HSL 320.19º 0.59% 0.65% -
HSV(B) 320.19º 0.47% 0.86% -
XYZ 44 30.78 48.97 -
YUV 153.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 219 115 184 0 0.47 0.16 0.14 320.19 0.59 0.65
Hex DB 73 B8 0 2F 10 E 140 3B 41
Octal 333 163 270 0 57 20 16 500 73 101
Binary 11011011 1110011 10111000 0 101111 10000 1110 101000000 111011 1000001

Color Harmonies of #DB73B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73B8

Black with #DB73B8

Text Example


Text Example

White with #DB73B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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