Html Css Color HEX #DB73B3 Persian Pink

📋 copy color: '#DB73B3'

red 219 ◦ green 115 ◦ blue 179

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

Shades of Persian Pink #DB73B3

Tints of Persian Pink #DB73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 42.69%
G = 22.42%
B = 34.89%

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

#DB73B3 (or 0xDB73B3) is known color: Persian Pink. HEX triplet: DB, 73 and B3. RGB value is (219,115,179). Sum of RGB (Red+Green+Blue) = 219+115+179=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73B3 is #248C4C. Grayscale: #999999. Windows color (decimal): -2395213 or 11760603. OLE color: 11760603.

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

Color convert

RGB 219 115 179 -
CMYK 0 0.47 0.18 0.14
HSL 323.08º 0.59% 0.65% -
HSV(B) 323.08º 0.47% 0.86% -
XYZ 43.48 30.58 46.26 -
YUV 153.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 219 115 179 0 0.47 0.18 0.14 323.08 0.59 0.65
Hex DB 73 B3 0 2F 12 E 143 3B 41
Octal 333 163 263 0 57 22 16 503 73 101
Binary 11011011 1110011 10110011 0 101111 10010 1110 101000011 111011 1000001

Color Harmonies of #DB73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73B3

Black with #DB73B3

Text Example


Text Example

White with #DB73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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