Html Css Color HEX #DF73B4 Persian Pink

📋 copy color: '#DF73B4'

red 223 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #DF73B4

Tints of Persian Pink #DF73B4

RGB

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

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

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

R = 43.05%
G = 22.2%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF73B4 (or 0xDF73B4) is known color: Persian Pink. HEX triplet: DF, 73 and B4. RGB value is (223,115,180). Sum of RGB (Red+Green+Blue) = 223+115+180=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73B4 is #208C4B. Grayscale: #9A9A9A. Windows color (decimal): -2133068 or 11826143. OLE color: 11826143.

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

Color convert

RGB 223 115 180 -
CMYK 0 0.48 0.19 0.13
HSL 323.89º 0.63% 0.66% -
HSV(B) 323.89º 0.48% 0.87% -
XYZ 44.8 31.24 46.85 -
YUV 154.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 223 115 180 0 0.48 0.19 0.13 323.89 0.63 0.66
Hex DF 73 B4 0 30 13 D 144 3F 42
Octal 337 163 264 0 60 23 15 504 77 102
Binary 11011111 1110011 10110100 0 110000 10011 1101 101000100 111111 1000010

Color Harmonies of #DF73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73B4

Black with #DF73B4

Text Example


Text Example

White with #DF73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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