Html Css Color HEX #DF73B3 Persian Pink

📋 copy color: '#DF73B3'

red 223 ◦ green 115 ◦ blue 179

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

Shades of Persian Pink #DF73B3

Tints of Persian Pink #DF73B3

RGB

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

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

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

R = 43.13%
G = 22.24%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF73B3 (or 0xDF73B3) is known color: Persian Pink. HEX triplet: DF, 73 and B3. RGB value is (223,115,179). Sum of RGB (Red+Green+Blue) = 223+115+179=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73B3 is #208C4C. Grayscale: #9A9A9A. Windows color (decimal): -2133069 or 11760607. OLE color: 11760607.

HSL color Cylindrical-coordinate representation of color #DF73B3: hue angle of 324.44º 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 #DF73B3 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 115 179 -
CMYK 0 0.48 0.20 0.13
HSL 324.44º 0.63% 0.66% -
HSV(B) 324.44º 0.48% 0.87% -
XYZ 44.7 31.2 46.31 -
YUV 154.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 223 115 179 0 0.48 0.20 0.13 324.44 0.63 0.66
Hex DF 73 B3 0 30 14 D 144 3F 42
Octal 337 163 263 0 60 24 15 504 77 102
Binary 11011111 1110011 10110011 0 110000 10100 1101 101000100 111111 1000010

Color Harmonies of #DF73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73B3

Black with #DF73B3

Text Example


Text Example

White with #DF73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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