Html Css Color HEX #DF6BF0 Heliotrope

📋 copy color: '#DF6BF0'

red 223 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #DF6BF0

Tints of Heliotrope #DF6BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.77%

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

R = 39.12%
G = 18.77%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF6BF0 (or 0xDF6BF0) is known color: Heliotrope. HEX triplet: DF, 6B and F0. RGB value is (223,107,240). Sum of RGB (Red+Green+Blue) = 223+107+240=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF0 is #20940F. Grayscale: #9C9C9C. Windows color (decimal): -2135056 or 15756255. OLE color: 15756255.

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

Color convert

RGB 223 107 240 -
CMYK 0.07 0.55 0 0.06
HSL 292.33º 0.82% 0.68% -
HSV(B) 292.33º 0.55% 0.94% -
XYZ 51.42 32.49 86 -
YUV 156.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 223 107 240 0.07 0.55 0 0.06 292.33 0.82 0.68
Hex DF 6B F0 7 37 0 6 124 52 44
Octal 337 153 360 7 67 0 6 444 122 104
Binary 11011111 1101011 11110000 111 110111 0 110 100100100 1010010 1000100

Color Harmonies of #DF6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BF0

Black with #DF6BF0

Text Example


Text Example

White with #DF6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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