Html Css Color HEX #DB73B4 Persian Pink

📋 copy color: '#DB73B4'

red 219 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #DB73B4

Tints of Persian Pink #DB73B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 42.61%
G = 22.37%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB73B4 (or 0xDB73B4) is known color: Persian Pink. HEX triplet: DB, 73 and B4. RGB value is (219,115,180). Sum of RGB (Red+Green+Blue) = 219+115+180=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73B4 is #248C4B. Grayscale: #999999. Windows color (decimal): -2395212 or 11826139. OLE color: 11826139.

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

Color convert

RGB 219 115 180 -
CMYK 0 0.47 0.18 0.14
HSL 322.5º 0.59% 0.65% -
HSV(B) 322.5º 0.47% 0.86% -
XYZ 43.58 30.62 46.79 -
YUV 153.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 219 115 180 0 0.47 0.18 0.14 322.5 0.59 0.65
Hex DB 73 B4 0 2F 12 E 142 3B 41
Octal 333 163 264 0 57 22 16 502 73 101
Binary 11011011 1110011 10110100 0 101111 10010 1110 101000010 111011 1000001

Color Harmonies of #DB73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73B4

Black with #DB73B4

Text Example


Text Example

White with #DB73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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