Html Css Color HEX #DF6EF0 Heliotrope

📋 copy color: '#DF6EF0'

red 223 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #DF6EF0

Tints of Heliotrope #DF6EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.2%

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

R = 38.92%
G = 19.2%
B = 41.88%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF6EF0 (or 0xDF6EF0) is known color: Heliotrope. HEX triplet: DF, 6E and F0. RGB value is (223,110,240). Sum of RGB (Red+Green+Blue) = 223+110+240=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EF0 is #20910F. Grayscale: #9E9E9E. Windows color (decimal): -2134288 or 15757023. OLE color: 15757023.

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

Color convert

RGB 223 110 240 -
CMYK 0.07 0.54 0 0.06
HSL 292.15º 0.81% 0.69% -
HSV(B) 292.15º 0.54% 0.94% -
XYZ 51.74 33.13 86.11 -
YUV 158.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 223 110 240 0.07 0.54 0 0.06 292.15 0.81 0.69
Hex DF 6E F0 7 36 0 6 124 51 45
Octal 337 156 360 7 66 0 6 444 121 105
Binary 11011111 1101110 11110000 111 110110 0 110 100100100 1010001 1000101

Color Harmonies of #DF6EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EF0

Black with #DF6EF0

Text Example


Text Example

White with #DF6EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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