Html Css Color HEX #DF73F0 Heliotrope

📋 copy color: '#DF73F0'

red 223 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #DF73F0

Tints of Heliotrope #DF73F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 38.58%
G = 19.9%
B = 41.52%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF73F0 (or 0xDF73F0) is known color: Heliotrope. HEX triplet: DF, 73 and F0. RGB value is (223,115,240). Sum of RGB (Red+Green+Blue) = 223+115+240=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73F0 is #208C0F. Grayscale: #A1A1A1. Windows color (decimal): -2133008 or 15758303. OLE color: 15758303.

HSL color Cylindrical-coordinate representation of color #DF73F0: hue angle of 291.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF73F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 115 240 -
CMYK 0.07 0.52 0 0.06
HSL 291.84º 0.81% 0.7% -
HSV(B) 291.84º 0.52% 0.94% -
XYZ 52.29 34.24 86.29 -
YUV 161.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 223 115 240 0.07 0.52 0 0.06 291.84 0.81 0.7
Hex DF 73 F0 7 34 0 6 124 51 46
Octal 337 163 360 7 64 0 6 444 121 106
Binary 11011111 1110011 11110000 111 110100 0 110 100100100 1010001 1000110

Color Harmonies of #DF73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73F0

Black with #DF73F0

Text Example


Text Example

White with #DF73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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