Html Css Color HEX #DF73BE Persian Pink

📋 copy color: '#DF73BE'

red 223 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #DF73BE

Tints of Persian Pink #DF73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 42.23%
G = 21.78%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF73BE (or 0xDF73BE) is known color: Persian Pink. HEX triplet: DF, 73 and BE. RGB value is (223,115,190). Sum of RGB (Red+Green+Blue) = 223+115+190=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BE is #208C41. Grayscale: #9B9B9B. Windows color (decimal): -2133058 or 12481503. OLE color: 12481503.

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

Color convert

RGB 223 115 190 -
CMYK 0 0.48 0.15 0.13
HSL 318.33º 0.63% 0.66% -
HSV(B) 318.33º 0.48% 0.87% -
XYZ 45.86 31.67 52.41 -
YUV 155.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 223 115 190 0 0.48 0.15 0.13 318.33 0.63 0.66
Hex DF 73 BE 0 30 F D 13E 3F 42
Octal 337 163 276 0 60 17 15 476 77 102
Binary 11011111 1110011 10111110 0 110000 1111 1101 100111110 111111 1000010

Color Harmonies of #DF73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73BE

Black with #DF73BE

Text Example


Text Example

White with #DF73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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