Html Css Color HEX #DF73BA Persian Pink

📋 copy color: '#DF73BA'

red 223 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #DF73BA

Tints of Persian Pink #DF73BA

RGB

 RED value IS 223 (87.5% from 255) = 42.56%

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

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

R = 42.56%
G = 21.95%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF73BA (or 0xDF73BA) is known color: Persian Pink. HEX triplet: DF, 73 and BA. RGB value is (223,115,186). Sum of RGB (Red+Green+Blue) = 223+115+186=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BA is #208C45. Grayscale: #9B9B9B. Windows color (decimal): -2133062 or 12219359. OLE color: 12219359.

HSL color Cylindrical-coordinate representation of color #DF73BA: hue angle of 320.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF73BA is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 115 186 -
CMYK 0 0.48 0.17 0.13
HSL 320.56º 0.63% 0.66% -
HSV(B) 320.56º 0.48% 0.87% -
XYZ 45.43 31.49 50.14 -
YUV 155.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 223 115 186 0 0.48 0.17 0.13 320.56 0.63 0.66
Hex DF 73 BA 0 30 11 D 141 3F 42
Octal 337 163 272 0 60 21 15 501 77 102
Binary 11011111 1110011 10111010 0 110000 10001 1101 101000001 111111 1000010

Color Harmonies of #DF73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73BA

Black with #DF73BA

Text Example


Text Example

White with #DF73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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