Html Css Color HEX #DF73FC Heliotrope

📋 copy color: '#DF73FC'

red 223 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #DF73FC

Tints of Heliotrope #DF73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 37.8%
G = 19.49%
B = 42.71%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF73FC (or 0xDF73FC) is known color: Heliotrope. HEX triplet: DF, 73 and FC. RGB value is (223,115,252). Sum of RGB (Red+Green+Blue) = 223+115+252=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FC is #208C03. Grayscale: #A2A2A2. Windows color (decimal): -2132996 or 16544735. OLE color: 16544735.

HSL color Cylindrical-coordinate representation of color #DF73FC: hue angle of 287.3º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF73FC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 115 252 -
CMYK 0.12 0.54 0 0.01
HSL 287.3º 0.96% 0.72% -
HSV(B) 287.3º 0.54% 0.99% -
XYZ 54.13 34.98 95.99 -
YUV 162.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 223 115 252 0.12 0.54 0 0.01 287.3 0.96 0.72
Hex DF 73 FC C 36 0 1 11F 60 48
Octal 337 163 374 14 66 0 1 437 140 110
Binary 11011111 1110011 11111100 1100 110110 0 1 100011111 1100000 1001000

Color Harmonies of #DF73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73FC

Black with #DF73FC

Text Example


Text Example

White with #DF73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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