Html Css Color HEX #DF5FF0 Heliotrope

📋 copy color: '#DF5FF0'

red 223 ◦ green 95 ◦ blue 240

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

Shades of Heliotrope #DF5FF0

Tints of Heliotrope #DF5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.03%

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

R = 39.96%
G = 17.03%
B = 43.01%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF5FF0 (or 0xDF5FF0) is known color: Heliotrope. HEX triplet: DF, 5F and F0. RGB value is (223,95,240). Sum of RGB (Red+Green+Blue) = 223+95+240=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FF0 is #20A00F. Grayscale: #959595. Windows color (decimal): -2138128 or 15753183. OLE color: 15753183.

HSL color Cylindrical-coordinate representation of color #DF5FF0: hue angle of 292.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5FF0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 95 240 -
CMYK 0.07 0.60 0 0.06
HSL 292.97º 0.83% 0.66% -
HSV(B) 292.97º 0.6% 0.94% -
XYZ 50.25 30.16 85.61 -
YUV 149.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 223 95 240 0.07 0.60 0 0.06 292.97 0.83 0.66
Hex DF 5F F0 7 3C 0 6 125 53 42
Octal 337 137 360 7 74 0 6 445 123 102
Binary 11011111 1011111 11110000 111 111100 0 110 100100101 1010011 1000010

Color Harmonies of #DF5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FF0

Black with #DF5FF0

Text Example


Text Example

White with #DF5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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