Html Css Color HEX #DF73FD Heliotrope

📋 copy color: '#DF73FD'

red 223 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #DF73FD

Tints of Heliotrope #DF73FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 37.73%
G = 19.46%
B = 42.81%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF73FD (or 0xDF73FD) is known color: Heliotrope. HEX triplet: DF, 73 and FD. RGB value is (223,115,253). Sum of RGB (Red+Green+Blue) = 223+115+253=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FD is #208C02. Grayscale: #A2A2A2. Windows color (decimal): -2132995 or 16610271. OLE color: 16610271.

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

Color convert

RGB 223 115 253 -
CMYK 0.12 0.55 0 0.01
HSL 286.96º 0.97% 0.72% -
HSV(B) 286.96º 0.55% 0.99% -
XYZ 54.29 35.04 96.83 -
YUV 163.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 223 115 253 0.12 0.55 0 0.01 286.96 0.97 0.72
Hex DF 73 FD C 37 0 1 11F 61 48
Octal 337 163 375 14 67 0 1 437 141 110
Binary 11011111 1110011 11111101 1100 110111 0 1 100011111 1100001 1001000

Color Harmonies of #DF73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73FD

Black with #DF73FD

Text Example


Text Example

White with #DF73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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